Class: Aws::Types::AssociateLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateLinkRequest
- 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_id ⇒ ::String
Returns the value of attribute link_id.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def link_id @link_id end |