Class: Aws::NetworkManager::Types::GetConnectPeerAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectPeerAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_ids ⇒ Array<String>
The IDs of the Connect peers.
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#connect_peer_ids ⇒ Array<String>
The IDs of the Connect peers.
2682 2683 2684 2685 2686 2687 2688 2689 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2682 class GetConnectPeerAssociationsRequest < Struct.new( :global_network_id, :connect_peer_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2682 2683 2684 2685 2686 2687 2688 2689 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2682 class GetConnectPeerAssociationsRequest < Struct.new( :global_network_id, :connect_peer_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2682 2683 2684 2685 2686 2687 2688 2689 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2682 class GetConnectPeerAssociationsRequest < Struct.new( :global_network_id, :connect_peer_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2682 2683 2684 2685 2686 2687 2688 2689 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2682 class GetConnectPeerAssociationsRequest < Struct.new( :global_network_id, :connect_peer_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |