Class: Aws::Types::DetachVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device ⇒ ::String
Returns the value of attribute device.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#device ⇒ ::String
Returns the value of attribute device.
8269 8270 8271 |
# File 'sig/types.rbs', line 8269 def device @device end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8273 8274 8275 |
# File 'sig/types.rbs', line 8273 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
8270 8271 8272 |
# File 'sig/types.rbs', line 8270 def force @force end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8271 8272 8273 |
# File 'sig/types.rbs', line 8271 def instance_id @instance_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8272 8273 8274 |
# File 'sig/types.rbs', line 8272 def volume_id @volume_id end |