Class: Aws::Types::WarmThroughput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#read_units_per_second::Integer

Returns the value of attribute read_units_per_second.

Returns:

  • (::Integer)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def read_units_per_second
  @read_units_per_second
end

#write_units_per_second::Integer

Returns the value of attribute write_units_per_second.

Returns:

  • (::Integer)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def write_units_per_second
  @write_units_per_second
end