Class: Aws::Types::ProvisionedCapacityUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedCapacityUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mcu_count ⇒ ::Integer
Returns the value of attribute mcu_count.
-
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
Instance Attribute Details
#mcu_count ⇒ ::Integer
Returns the value of attribute mcu_count.
500 501 502 |
# File 'sig/types.rbs', line 500 def mcu_count @mcu_count end |
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
501 502 503 |
# File 'sig/types.rbs', line 501 def worker_count @worker_count end |