Class: Aws::Types::ServiceManagedEc2AutoScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceManagedEc2AutoScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scale_out_workers_per_minute ⇒ ::Integer
Returns the value of attribute scale_out_workers_per_minute.
-
#standby_worker_count ⇒ ::Integer
Returns the value of attribute standby_worker_count.
-
#worker_idle_duration_seconds ⇒ ::Integer
Returns the value of attribute worker_idle_duration_seconds.
Instance Attribute Details
#scale_out_workers_per_minute ⇒ ::Integer
Returns the value of attribute scale_out_workers_per_minute.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def scale_out_workers_per_minute @scale_out_workers_per_minute end |
#standby_worker_count ⇒ ::Integer
Returns the value of attribute standby_worker_count.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def standby_worker_count @standby_worker_count end |
#worker_idle_duration_seconds ⇒ ::Integer
Returns the value of attribute worker_idle_duration_seconds.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def worker_idle_duration_seconds @worker_idle_duration_seconds end |