Class: Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


15728
15729
15730
15731
15732
# File 'lib/aws-sdk-ec2/types.rb', line 15728

class DescribeTransitGatewayAttachmentsResult < Struct.new(
  :transit_gateway_attachments,
  :next_token)
  include Aws::Structure
end

#transit_gateway_attachmentsArray<Types::TransitGatewayAttachment>

Information about the attachments.



15728
15729
15730
15731
15732
# File 'lib/aws-sdk-ec2/types.rb', line 15728

class DescribeTransitGatewayAttachmentsResult < Struct.new(
  :transit_gateway_attachments,
  :next_token)
  include Aws::Structure
end