directconnect_describe_direct_connect_gateways {paws.networking} | R Documentation |
Lists all your Direct Connect gateways or only the specified Direct Connect gateway
Description
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
See https://www.paws-r-sdk.com/docs/directconnect_describe_direct_connect_gateways/ for full documentation.
Usage
directconnect_describe_direct_connect_gateways(
directConnectGatewayId = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
directConnectGatewayId |
The ID of the Direct Connect gateway. |
maxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned If |
nextToken |
The token provided in the previous call to retrieve the next page. |
[Package paws.networking version 0.9.0 Index]