Class: Aws::Types::DescribeTransitGatewayVpcAttachmentsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7772
7773
7774
# File 'sig/types.rbs', line 7772

def next_token
  @next_token
end

#transit_gateway_vpc_attachments::Array[Types::TransitGatewayVpcAttachment]

Returns the value of attribute transit_gateway_vpc_attachments.



7771
7772
7773
# File 'sig/types.rbs', line 7771

def transit_gateway_vpc_attachments
  @transit_gateway_vpc_attachments
end