Class: Aws::Types::CapacitySpecification
- Inherits:
-
Object
- Object
- Aws::Types::CapacitySpecification
- 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.
-
#throughput_mode ⇒ "PAY_PER_REQUEST", "PROVISIONED"
Returns the value of attribute throughput_mode.
-
#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.
37 38 39 |
# File 'sig/types.rbs', line 37 def read_capacity_units @read_capacity_units end |
#throughput_mode ⇒ "PAY_PER_REQUEST", "PROVISIONED"
Returns the value of attribute throughput_mode.
36 37 38 |
# File 'sig/types.rbs', line 36 def throughput_mode @throughput_mode end |
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
38 39 40 |
# File 'sig/types.rbs', line 38 def write_capacity_units @write_capacity_units end |