Class: Aws::EC2::Types::DescribeVolumeAttributeResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeVolumeAttribute.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_ioTypes::AttributeBooleanValue

The state of ‘autoEnableIO` attribute.



15968
15969
15970
15971
15972
15973
# File 'lib/aws-sdk-ec2/types.rb', line 15968

class DescribeVolumeAttributeResult < Struct.new(
  :auto_enable_io,
  :product_codes,
  :volume_id)
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

A list of product codes.

Returns:



15968
15969
15970
15971
15972
15973
# File 'lib/aws-sdk-ec2/types.rb', line 15968

class DescribeVolumeAttributeResult < Struct.new(
  :auto_enable_io,
  :product_codes,
  :volume_id)
  include Aws::Structure
end

#volume_idString

The ID of the volume.

Returns:

  • (String)


15968
15969
15970
15971
15972
15973
# File 'lib/aws-sdk-ec2/types.rb', line 15968

class DescribeVolumeAttributeResult < Struct.new(
  :auto_enable_io,
  :product_codes,
  :volume_id)
  include Aws::Structure
end