Class: Aws::EC2::Types::DescribeLocalGatewayRouteTablesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeLocalGatewayRouteTablesResult
- Defined in:
- gems/aws-sdk-ec2/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.
23793 23794 23795 23796 23797 23798 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23793 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.
23793 23794 23795 23796 23797 23798 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23793 class DescribeLocalGatewayRouteTablesResult < Struct.new( :local_gateway_route_tables, :next_token) SENSITIVE = [] include Aws::Structure end |