Class: Aws::EC2::Types::DescribeRouteServerEndpointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeRouteServerEndpointsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#route_server_endpoints ⇒ Array<Types::RouteServerEndpoint>
Information about the described route server endpoints.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
26322 26323 26324 26325 26326 26327 |
# File 'lib/aws-sdk-ec2/types.rb', line 26322 class DescribeRouteServerEndpointsResult < Struct.new( :route_server_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#route_server_endpoints ⇒ Array<Types::RouteServerEndpoint>
Information about the described route server endpoints.
26322 26323 26324 26325 26326 26327 |
# File 'lib/aws-sdk-ec2/types.rb', line 26322 class DescribeRouteServerEndpointsResult < Struct.new( :route_server_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |