Class: Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult
- 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_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.
27451 27452 27453 27454 27455 27456 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27451 class DescribeTransitGatewayAttachmentsResult < Struct.new( :transit_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachments ⇒ Array<Types::TransitGatewayAttachment>
Information about the attachments.
27451 27452 27453 27454 27455 27456 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27451 class DescribeTransitGatewayAttachmentsResult < Struct.new( :transit_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |