Class: Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult
- 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_gateway_attachments ⇒ Array<Types::TransitGatewayAttachment>
Information about the 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.
27899 27900 27901 27902 27903 27904 |
# File 'lib/aws-sdk-ec2/types.rb', line 27899 class DescribeTransitGatewayAttachmentsResult < Struct.new( :transit_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachments ⇒ Array<Types::TransitGatewayAttachment>
Information about the attachments.
27899 27900 27901 27902 27903 27904 |
# File 'lib/aws-sdk-ec2/types.rb', line 27899 class DescribeTransitGatewayAttachmentsResult < Struct.new( :transit_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |