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.
7612 7613 7614 |
# File 'sig/types.rbs', line 7612 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7614 7615 7616 |
# File 'sig/types.rbs', line 7614 def dry_run @dry_run end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
7613 7614 7615 |
# File 'sig/types.rbs', line 7613 def volume_id @volume_id end |