Class: Aws::Types::ModifyVolumeAttributeRequest

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.



14225
14226
14227
# File 'sig/types.rbs', line 14225

def auto_enable_io
  @auto_enable_io
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14227
14228
14229
# File 'sig/types.rbs', line 14227

def dry_run
  @dry_run
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


14226
14227
14228
# File 'sig/types.rbs', line 14226

def volume_id
  @volume_id
end