Class: Aws::EC2::Types::DescribeTransitGatewaysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewaysResult
- Defined in:
- gems/aws-sdk-ec2/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.
27555 27556 27557 27558 27559 27560 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27555 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateways ⇒ Array<Types::TransitGateway>
Information about the transit gateways.
27555 27556 27557 27558 27559 27560 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27555 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |