Class: Aws::Types::DetachVolumeInput
- Inherits:
-
Object
- Object
- Aws::Types::DetachVolumeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_detach ⇒ Boolean
Returns the value of attribute force_detach.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#force_detach ⇒ Boolean
Returns the value of attribute force_detach.
811 812 813 |
# File 'sig/types.rbs', line 811 def force_detach @force_detach end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
810 811 812 |
# File 'sig/types.rbs', line 810 def volume_arn @volume_arn end |