Class: Aws::Types::ModifyVolumeAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVolumeAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable_io ⇒ Types::AttributeBooleanValue
Returns the value of attribute auto_enable_io.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#auto_enable_io ⇒ Types::AttributeBooleanValue
Returns the value of attribute auto_enable_io.
14522 14523 14524 |
# File 'sig/types.rbs', line 14522 def auto_enable_io @auto_enable_io end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14524 14525 14526 |
# File 'sig/types.rbs', line 14524 def dry_run @dry_run end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
14523 14524 14525 |
# File 'sig/types.rbs', line 14523 def volume_id @volume_id end |