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.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7797 7798 7799 |
# File 'sig/types.rbs', line 7797 def dry_run @dry_run end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def volume_id @volume_id end |