Class: Aws::Types::OnDemandThroughput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_read_request_units::Integer

Returns the value of attribute max_read_request_units.

Returns:

  • (::Integer)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def max_read_request_units
  @max_read_request_units
end

#max_write_request_units::Integer

Returns the value of attribute max_write_request_units.

Returns:

  • (::Integer)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def max_write_request_units
  @max_write_request_units
end