Class: Aws::Types::WarmThroughput
- Inherits:
-
Object
- Object
- Aws::Types::WarmThroughput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_units_per_second ⇒ ::Integer
Returns the value of attribute read_units_per_second.
-
#write_units_per_second ⇒ ::Integer
Returns the value of attribute write_units_per_second.
Instance Attribute Details
#read_units_per_second ⇒ ::Integer
Returns the value of attribute read_units_per_second.
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.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def write_units_per_second @write_units_per_second end |