Class: Aws::Types::InitialCapacityConfig
- Inherits:
-
Object
- Object
- Aws::Types::InitialCapacityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#worker_configuration ⇒ Types::WorkerResourceConfig
Returns the value of attribute worker_configuration.
-
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
Instance Attribute Details
#worker_configuration ⇒ Types::WorkerResourceConfig
Returns the value of attribute worker_configuration.
259 260 261 |
# File 'sig/types.rbs', line 259 def worker_configuration @worker_configuration end |
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
258 259 260 |
# File 'sig/types.rbs', line 258 def worker_count @worker_count end |