Class: Aws::Types::DescribeTransitGatewayPeeringAttachmentsResult

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)


7439
7440
7441
# File 'sig/types.rbs', line 7439

def next_token
  @next_token
end

#transit_gateway_peering_attachments::Array[Types::TransitGatewayPeeringAttachment]

Returns the value of attribute transit_gateway_peering_attachments.



7438
7439
7440
# File 'sig/types.rbs', line 7438

def transit_gateway_peering_attachments
  @transit_gateway_peering_attachments
end