Class: Aws::NetworkManager::Types::GetLinksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetLinksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_ids ⇒ Array<String>
One or more link IDs.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#provider ⇒ String
The link provider.
-
#site_id ⇒ String
The ID of the site.
-
#type ⇒ String
The link type.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
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 |
#link_ids ⇒ Array<String>
One or more link IDs. The maximum is 10.
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_results ⇒ Integer
The maximum number of results to return.
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_token ⇒ String
The token for the next page of results.
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 |
#provider ⇒ String
The link provider.
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_id ⇒ String
The ID of the site.
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 |
#type ⇒ String
The link type.
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 |