Class: Aws::Types::LinkAssociation
- Inherits:
-
Object
- Object
- Aws::Types::LinkAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_association_state ⇒ "PENDING", ...
Returns the value of attribute link_association_state.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def global_network_id @global_network_id end |
#link_association_state ⇒ "PENDING", ...
Returns the value of attribute link_association_state.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def link_association_state @link_association_state end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def link_id @link_id end |