Class: Aws::Types::GetConnectPeerAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectPeerAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_peer_associations ⇒ ::Array[Types::ConnectPeerAssociation]
Returns the value of attribute connect_peer_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connect_peer_associations ⇒ ::Array[Types::ConnectPeerAssociation]
Returns the value of attribute connect_peer_associations.
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.
868 869 870 |
# File 'sig/types.rbs', line 868 def next_token @next_token end |