Class: Aws::Types::OnDemandThroughput
- Inherits:
-
Object
- Object
- Aws::Types::OnDemandThroughput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_read_request_units ⇒ ::Integer
Returns the value of attribute max_read_request_units.
-
#max_write_request_units ⇒ ::Integer
Returns the value of attribute max_write_request_units.
Instance Attribute Details
#max_read_request_units ⇒ ::Integer
Returns the value of attribute max_read_request_units.
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.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def max_write_request_units @max_write_request_units end |