Class: Aws::NetworkManager::Types::ListConnectPeersRequest

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_attachment_idString

The ID of the attachment.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3877

class ListConnectPeersRequest < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3877

class ListConnectPeersRequest < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3877

class ListConnectPeersRequest < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3877

class ListConnectPeersRequest < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end