Class: Aws::Types::ProvisionedCapacityDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedCapacityDescription
- 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.
494 495 496 |
# File 'sig/types.rbs', line 494 def mcu_count @mcu_count end |
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
495 496 497 |
# File 'sig/types.rbs', line 495 def worker_count @worker_count end |