Class: Aws::Types::GetTransitGatewayConnectPeerAssociationsResponse

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)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def next_token
  @next_token
end

#transit_gateway_connect_peer_associations ⇒ ::Array[Types::TransitGatewayConnectPeerAssociation]

Returns the value of attribute transit_gateway_connect_peer_associations.



1166
1167
1168
# File 'sig/types.rbs', line 1166

def transit_gateway_connect_peer_associations
  @transit_gateway_connect_peer_associations
end