Class: Aws::Types::WarmThroughputSpecification

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)


498
499
500
# File 'sig/types.rbs', line 498

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)


499
500
501
# File 'sig/types.rbs', line 499

def write_units_per_second
  @write_units_per_second
end