Class: Aws::NetworkManager::Types::GetLinksRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_idString

The ID of the global network.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

One or more link IDs. The maximum is 10.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The link provider.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#site_idString

The ID of the site.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The link type.



3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-networkmanager/types.rb', line 3380

class GetLinksRequest < Struct.new(
  :global_network_id,
  :link_ids,
  :site_id,
  :type,
  :provider,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end