Class: Aws::NetworkManager::Types::LinkAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::LinkAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the association between a device and a link.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The device ID for the link association.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_association_state ⇒ String
The state of the association.
-
#link_id ⇒ String
The ID of the link.
Instance Attribute Details
#device_id ⇒ String
The device ID for the link association.
4050 4051 4052 4053 4054 4055 4056 4057 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4050 class LinkAssociation < Struct.new( :global_network_id, :device_id, :link_id, :link_association_state) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
4050 4051 4052 4053 4054 4055 4056 4057 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4050 class LinkAssociation < Struct.new( :global_network_id, :device_id, :link_id, :link_association_state) SENSITIVE = [] include Aws::Structure end |
#link_association_state ⇒ String
The state of the association.
4050 4051 4052 4053 4054 4055 4056 4057 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4050 class LinkAssociation < Struct.new( :global_network_id, :device_id, :link_id, :link_association_state) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
4050 4051 4052 4053 4054 4055 4056 4057 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4050 class LinkAssociation < Struct.new( :global_network_id, :device_id, :link_id, :link_association_state) SENSITIVE = [] include Aws::Structure end |