Class: Aws::EC2::Types::DescribeLocalGatewaysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeLocalGatewaysResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateways ⇒ Array<Types::LocalGateway>
Information about the local gateways.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#local_gateways ⇒ Array<Types::LocalGateway>
Information about the local gateways.
22365 22366 22367 22368 22369 22370 |
# File 'lib/aws-sdk-ec2/types.rb', line 22365 class DescribeLocalGatewaysResult < Struct.new( :local_gateways, :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.
22365 22366 22367 22368 22369 22370 |
# File 'lib/aws-sdk-ec2/types.rb', line 22365 class DescribeLocalGatewaysResult < Struct.new( :local_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |