Class: Aws::Types::ThroughputConfigUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ThroughputConfigUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provisioned_read_capacity_units ⇒ ::Integer
Returns the value of attribute provisioned_read_capacity_units.
-
#provisioned_write_capacity_units ⇒ ::Integer
Returns the value of attribute provisioned_write_capacity_units.
-
#throughput_mode ⇒ "OnDemand", "Provisioned"
Returns the value of attribute throughput_mode.
Instance Attribute Details
#provisioned_read_capacity_units ⇒ ::Integer
Returns the value of attribute provisioned_read_capacity_units.
11351 11352 11353 |
# File 'sig/types.rbs', line 11351 def provisioned_read_capacity_units @provisioned_read_capacity_units end |
#provisioned_write_capacity_units ⇒ ::Integer
Returns the value of attribute provisioned_write_capacity_units.
11352 11353 11354 |
# File 'sig/types.rbs', line 11352 def provisioned_write_capacity_units @provisioned_write_capacity_units end |
#throughput_mode ⇒ "OnDemand", "Provisioned"
Returns the value of attribute throughput_mode.
11350 11351 11352 |
# File 'sig/types.rbs', line 11350 def throughput_mode @throughput_mode end |