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.
22161 22162 22163 22164 22165 22166 |
# File 'lib/aws-sdk-ec2/types.rb', line 22161 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.
22161 22162 22163 22164 22165 22166 |
# File 'lib/aws-sdk-ec2/types.rb', line 22161 class DescribeLocalGatewayRouteTablesResult < Struct.new( :local_gateway_route_tables, :next_token) SENSITIVE = [] include Aws::Structure end |