Class: Aws::Types::DescribeTransitGatewayAttachmentsResult

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)


7364
7365
7366
# File 'sig/types.rbs', line 7364

def next_token
  @next_token
end

#transit_gateway_attachments::Array[Types::TransitGatewayAttachment]

Returns the value of attribute transit_gateway_attachments.

Returns:



7363
7364
7365
# File 'sig/types.rbs', line 7363

def transit_gateway_attachments
  @transit_gateway_attachments
end