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.



14861
14862
14863
# File 'sig/types.rbs', line 14861

def auto_enable_io
  @auto_enable_io
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14863
14864
14865
# File 'sig/types.rbs', line 14863

def dry_run
  @dry_run
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


14862
14863
14864
# File 'sig/types.rbs', line 14862

def volume_id
  @volume_id
end