Class: Aws::NetworkManager::Types::GetLinkAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetLinkAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#device_id ⇒ String
The ID of the device.
3068 3069 3070 3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3068 class GetLinkAssociationsRequest < Struct.new( :global_network_id, :device_id, :link_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
3068 3069 3070 3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3068 class GetLinkAssociationsRequest < Struct.new( :global_network_id, :device_id, :link_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
3068 3069 3070 3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3068 class GetLinkAssociationsRequest < Struct.new( :global_network_id, :device_id, :link_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3068 3069 3070 3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3068 class GetLinkAssociationsRequest < Struct.new( :global_network_id, :device_id, :link_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3068 3069 3070 3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3068 class GetLinkAssociationsRequest < Struct.new( :global_network_id, :device_id, :link_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |