Class: Aws::Types::DescribeVolumeAttributeResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVolumeAttributeResult
- 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.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
-
#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.
7619 7620 7621 |
# File 'sig/types.rbs', line 7619 def auto_enable_io @auto_enable_io end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
7620 7621 7622 |
# File 'sig/types.rbs', line 7620 def product_codes @product_codes end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
7621 7622 7623 |
# File 'sig/types.rbs', line 7621 def volume_id @volume_id end |