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.
8179 8180 8181 |
# File 'sig/types.rbs', line 8179 def device @device end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8183 8184 8185 |
# File 'sig/types.rbs', line 8183 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
8180 8181 8182 |
# File 'sig/types.rbs', line 8180 def force @force end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8181 8182 8183 |
# File 'sig/types.rbs', line 8181 def instance_id @instance_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8182 8183 8184 |
# File 'sig/types.rbs', line 8182 def volume_id @volume_id end |