Class: Aws::NetworkManager::Types::GetConnectPeerAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectPeerAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_associations ⇒ Array<Types::ConnectPeerAssociation>
Displays a list of Connect peer associations.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#connect_peer_associations ⇒ Array<Types::ConnectPeerAssociation>
Displays a list of Connect peer associations.
2701 2702 2703 2704 2705 2706 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2701 class GetConnectPeerAssociationsResponse < Struct.new( :connect_peer_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2701 2702 2703 2704 2705 2706 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2701 class GetConnectPeerAssociationsResponse < Struct.new( :connect_peer_associations, :next_token) SENSITIVE = [] include Aws::Structure end |