Class: Aws::Types::DescribeVolumeAttributeResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_ioTypes::AttributeBooleanValue

Returns the value of attribute auto_enable_io.



7802
7803
7804
# File 'sig/types.rbs', line 7802

def auto_enable_io
  @auto_enable_io
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



7803
7804
7805
# File 'sig/types.rbs', line 7803

def product_codes
  @product_codes
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


7804
7805
7806
# File 'sig/types.rbs', line 7804

def volume_id
  @volume_id
end