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.
28669 28670 28671 28672 28673 28674 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28669 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateways ⇒ Array<Types::TransitGateway>
Information about the transit gateways.
28669 28670 28671 28672 28673 28674 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28669 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |