Class: Aws::Types::DescribeVolumeAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"autoEnableIO", "productCodes"

Returns the value of attribute attribute.

Returns:

  • ("autoEnableIO", "productCodes")


7612
7613
7614
# File 'sig/types.rbs', line 7612

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7614
7615
7616
# File 'sig/types.rbs', line 7614

def dry_run
  @dry_run
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


7613
7614
7615
# File 'sig/types.rbs', line 7613

def volume_id
  @volume_id
end