Class: Aws::Types::DisassociateVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device ⇒ ::String
Returns the value of attribute device.
-
#disassociate_mode ⇒ "FORCE", "NO_FORCE"
Returns the value of attribute disassociate_mode.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
Instance Attribute Details
#device ⇒ ::String
Returns the value of attribute device.
129 130 131 |
# File 'sig/types.rbs', line 129 def device @device end |
#disassociate_mode ⇒ "FORCE", "NO_FORCE"
Returns the value of attribute disassociate_mode.
130 131 132 |
# File 'sig/types.rbs', line 130 def disassociate_mode @disassociate_mode end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def volume_id @volume_id end |
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def workspace_instance_id @workspace_instance_id end |