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.
23776 23777 23778 23779 23780 23781 |
# File 'lib/aws-sdk-ec2/types.rb', line 23776 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.
23776 23777 23778 23779 23780 23781 |
# File 'lib/aws-sdk-ec2/types.rb', line 23776 class DescribeLocalGatewayRouteTablesResult < Struct.new( :local_gateway_route_tables, :next_token) SENSITIVE = [] include Aws::Structure end |