Class: Aws::EC2::Types::DescribeVolumeAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVolumeAttributeResult
- Defined in:
- gems/aws-sdk-ec2/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.
27951 27952 27953 27954 27955 27956 27957 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27951 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.
27951 27952 27953 27954 27955 27956 27957 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27951 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume.
27951 27952 27953 27954 27955 27956 27957 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27951 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end |