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.



14522
14523
14524
# File 'sig/types.rbs', line 14522

def auto_enable_io
  @auto_enable_io
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14524
14525
14526
# File 'sig/types.rbs', line 14524

def dry_run
  @dry_run
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


14523
14524
14525
# File 'sig/types.rbs', line 14523

def volume_id
  @volume_id
end