Class: Aws::Types::ProvisionedCapacity
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedCapacity
- 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.
488 489 490 |
# File 'sig/types.rbs', line 488 def mcu_count @mcu_count end |
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
489 490 491 |
# File 'sig/types.rbs', line 489 def worker_count @worker_count end |