Class: Aws::Types::DiskIopsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


962
963
964
# File 'sig/types.rbs', line 962

def iops
  @iops
end

#mode"AUTOMATIC", "USER_PROVISIONED"

Returns the value of attribute mode.

Returns:

  • ("AUTOMATIC", "USER_PROVISIONED")


961
962
963
# File 'sig/types.rbs', line 961

def mode
  @mode
end