Describes one or more route servers.
See https://www.paws-r-sdk.com/docs/ec2_describe_route_servers/ for full documentation.
Usage
ec2_describe_route_servers(
RouteServerIds = NULL,
NextToken = NULL,
MaxResults = NULL,
Filters = NULL,
DryRun = NULL
)Arguments
- RouteServerIds
The IDs of the route servers to describe.
- NextToken
The token for the next page of results.
- MaxResults
The maximum number of results to return with a single call.
- Filters
One or more filters to apply to the describe request.
- DryRun
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.