Class: Aws::EC2::Types::DescribeTransitGatewaysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewaysResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#transit_gateways ⇒ Array<Types::TransitGateway>
Information about the transit gateways.
Instance Attribute Details
#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.
26263 26264 26265 26266 26267 26268 |
# File 'lib/aws-sdk-ec2/types.rb', line 26263 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateways ⇒ Array<Types::TransitGateway>
Information about the transit gateways.
26263 26264 26265 26266 26267 26268 |
# File 'lib/aws-sdk-ec2/types.rb', line 26263 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |