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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_ioTypes::AttributeBooleanValue

The state of autoEnableIO attribute.



26822
26823
26824
26825
26826
26827
26828
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 26822

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

#product_codesArray<Types::ProductCode>

A list of product codes.

Returns:



26822
26823
26824
26825
26826
26827
26828
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 26822

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

#volume_idString

The ID of the volume.

Returns:

  • (String)


26822
26823
26824
26825
26826
26827
26828
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 26822

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