Class: Aws::Types::AssociateVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device ⇒ ::String
Returns the value of attribute device.
-
#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.
19 20 21 |
# File 'sig/types.rbs', line 19 def device @device end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def volume_id @volume_id end |
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def workspace_instance_id @workspace_instance_id end |