Class: Aws::EC2::Types::DescribeVolumeAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVolumeAttributeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable_io ⇒ Types::AttributeBooleanValue
The state of ‘autoEnableIO` attribute.
-
#product_codes ⇒ Array<Types::ProductCode>
A list of product codes.
-
#volume_id ⇒ String
The ID of the volume.
Instance Attribute Details
#auto_enable_io ⇒ Types::AttributeBooleanValue
The state of ‘autoEnableIO` attribute.
27264 27265 27266 27267 27268 27269 27270 |
# File 'lib/aws-sdk-ec2/types.rb', line 27264 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |
#product_codes ⇒ Array<Types::ProductCode>
A list of product codes.
27264 27265 27266 27267 27268 27269 27270 |
# File 'lib/aws-sdk-ec2/types.rb', line 27264 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume.
27264 27265 27266 27267 27268 27269 27270 |
# File 'lib/aws-sdk-ec2/types.rb', line 27264 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |