Class: Aws::Types::DisassociateLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateLinkRequest
- 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.
812 813 814 |
# File 'sig/types.rbs', line 812 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
811 812 813 |
# File 'sig/types.rbs', line 811 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
813 814 815 |
# File 'sig/types.rbs', line 813 def link_id @link_id end |