networkmanager_get_connections {paws.networking} | R Documentation |
Gets information about one or more of your connections in a global network
Description
Gets information about one or more of your connections in a global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_connections/ for full documentation.
Usage
networkmanager_get_connections(
GlobalNetworkId,
ConnectionIds = NULL,
DeviceId = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
ConnectionIds |
One or more connection IDs. |
DeviceId |
The ID of the device. |
MaxResults |
The maximum number of results to return. |
NextToken |
The token for the next page of results. |
[Package paws.networking version 0.9.0 Index]