Class: Aws::EC2::Types::DescribeTransitGatewayPeeringAttachmentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayPeeringAttachmentsResult
- 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_peering_attachments ⇒ Array<Types::TransitGatewayPeeringAttachment>
The transit gateway peering 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.
28174 28175 28176 28177 28178 28179 |
# File 'lib/aws-sdk-ec2/types.rb', line 28174 class DescribeTransitGatewayPeeringAttachmentsResult < Struct.new( :transit_gateway_peering_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_peering_attachments ⇒ Array<Types::TransitGatewayPeeringAttachment>
The transit gateway peering attachments.
28174 28175 28176 28177 28178 28179 |
# File 'lib/aws-sdk-ec2/types.rb', line 28174 class DescribeTransitGatewayPeeringAttachmentsResult < Struct.new( :transit_gateway_peering_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |