Module: Aws::EC2::Client::_DescribeVolumeAttributeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeVolumeAttributeResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_enable_io ⇒ Types::AttributeBooleanValue
- #product_codes ⇒ ::Array[Types::ProductCode]
- #volume_id ⇒ ::String
Instance Method Details
#auto_enable_io ⇒ Types::AttributeBooleanValue
8432 |
# File 'sig/client.rbs', line 8432
def auto_enable_io: () -> Types::AttributeBooleanValue
|
#product_codes ⇒ ::Array[Types::ProductCode]
8433 |
# File 'sig/client.rbs', line 8433
def product_codes: () -> ::Array[Types::ProductCode]
|
#volume_id ⇒ ::String
8434 |
# File 'sig/client.rbs', line 8434
def volume_id: () -> ::String
|