Class: Aws::NetworkManager::Types::GetConnectPeerAssociationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_peer_idsArray<String>

The IDs of the Connect peers.

Returns:

  • (Array<String>)


2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2432

class GetConnectPeerAssociationsRequest < Struct.new(
  :global_network_id,
  :connect_peer_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2432

class GetConnectPeerAssociationsRequest < Struct.new(
  :global_network_id,
  :connect_peer_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2432

class GetConnectPeerAssociationsRequest < Struct.new(
  :global_network_id,
  :connect_peer_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2432

class GetConnectPeerAssociationsRequest < Struct.new(
  :global_network_id,
  :connect_peer_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end