@aws-sdk/client-ec2

DescribeRouteServersCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

RouteServers RouteServer[] | undefined

Information about the described route servers.

Full Signature

export interface DescribeRouteServersCommandOutput extends DescribeRouteServersResult, MetadataBearer