Class: Aws::Types::ProvisionedThroughput
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedThroughput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
-
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
Instance Attribute Details
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def read_capacity_units @read_capacity_units end |
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def write_capacity_units @write_capacity_units end |