Class: Aws::NetworkManager::Types::GetLinkAssociationsRequest

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

#device_idString

The ID of the device.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2793

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

#global_network_idString

The ID of the global network.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2793

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

The ID of the link.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2793

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2793

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2793

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