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.
14225 14226 14227 |
# File 'sig/types.rbs', line 14225 def auto_enable_io @auto_enable_io end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14227 14228 14229 |
# File 'sig/types.rbs', line 14227 def dry_run @dry_run end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
14226 14227 14228 |
# File 'sig/types.rbs', line 14226 def volume_id @volume_id end |