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.
28516 28517 28518 28519 28520 28521 |
# File 'lib/aws-sdk-ec2/types.rb', line 28516 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateways ⇒ Array<Types::TransitGateway>
Information about the transit gateways.
28516 28517 28518 28519 28520 28521 |
# File 'lib/aws-sdk-ec2/types.rb', line 28516 class DescribeTransitGatewaysResult < Struct.new( :transit_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |