Class: Aws::EC2::Types::DescribeTransitGatewayConnectsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayConnectsResult
- 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_gateway_connects ⇒ Array<Types::TransitGatewayConnect>
Information about the Connect attachments.
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.
27070 27071 27072 27073 27074 27075 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27070 class DescribeTransitGatewayConnectsResult < Struct.new( :transit_gateway_connects, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_connects ⇒ Array<Types::TransitGatewayConnect>
Information about the Connect attachments.
27070 27071 27072 27073 27074 27075 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27070 class DescribeTransitGatewayConnectsResult < Struct.new( :transit_gateway_connects, :next_token) SENSITIVE = [] include Aws::Structure end |