Class: Aws::EC2::Types::DescribeLocalGatewayRouteTablesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeLocalGatewayRouteTablesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_route_tables ⇒ Array<Types::LocalGatewayRouteTable>
Information about the local gateway route tables.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#local_gateway_route_tables ⇒ Array<Types::LocalGatewayRouteTable>
Information about the local gateway route tables.
23726 23727 23728 23729 23730 23731 |
# File 'lib/aws-sdk-ec2/types.rb', line 23726 class DescribeLocalGatewayRouteTablesResult < Struct.new( :local_gateway_route_tables, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
23726 23727 23728 23729 23730 23731 |
# File 'lib/aws-sdk-ec2/types.rb', line 23726 class DescribeLocalGatewayRouteTablesResult < Struct.new( :local_gateway_route_tables, :next_token) SENSITIVE = [] include Aws::Structure end |