Class: Aws::EC2::Types::DescribeTransitGatewayVpcAttachmentsResult

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)


15893
15894
15895
15896
15897
# File 'lib/aws-sdk-ec2/types.rb', line 15893

class DescribeTransitGatewayVpcAttachmentsResult < Struct.new(
  :transit_gateway_vpc_attachments,
  :next_token)
  include Aws::Structure
end

#transit_gateway_vpc_attachmentsArray<Types::TransitGatewayVpcAttachment>

Information about the VPC attachments.



15893
15894
15895
15896
15897
# File 'lib/aws-sdk-ec2/types.rb', line 15893

class DescribeTransitGatewayVpcAttachmentsResult < Struct.new(
  :transit_gateway_vpc_attachments,
  :next_token)
  include Aws::Structure
end