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.
28912 28913 28914 28915 28916 28917 28918 |
# File 'lib/aws-sdk-ec2/types.rb', line 28912 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.
28912 28913 28914 28915 28916 28917 28918 |
# File 'lib/aws-sdk-ec2/types.rb', line 28912 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume.
28912 28913 28914 28915 28916 28917 28918 |
# File 'lib/aws-sdk-ec2/types.rb', line 28912 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |