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.
7996 7997 7998 |
# File 'sig/types.rbs', line 7996 def device @device end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8000 8001 8002 |
# File 'sig/types.rbs', line 8000 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
7997 7998 7999 |
# File 'sig/types.rbs', line 7997 def force @force end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7998 7999 8000 |
# File 'sig/types.rbs', line 7998 def instance_id @instance_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
7999 8000 8001 |
# File 'sig/types.rbs', line 7999 def volume_id @volume_id end |