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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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.

Returns:

  • (Array<String>)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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.

Returns:

  • (Integer)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/aws-sdk-networkmanager/types.rb', line 3125

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