Class: Aws::Types::GetConnectPeerAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_peer_associations ⇒ ::Array[Types::ConnectPeerAssociation]

Returns the value of attribute connect_peer_associations.

Returns:



867
868
869
# File 'sig/types.rbs', line 867

def connect_peer_associations
  @connect_peer_associations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def next_token
  @next_token
end