Class: Aws::Types::DescribeVolumeAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVolumeAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "autoEnableIO", "productCodes"
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#attribute ⇒ "autoEnableIO", "productCodes"
Returns the value of attribute attribute.
7885 7886 7887 |
# File 'sig/types.rbs', line 7885 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7887 7888 7889 |
# File 'sig/types.rbs', line 7887 def dry_run @dry_run end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
7886 7887 7888 |
# File 'sig/types.rbs', line 7886 def volume_id @volume_id end |