Class: Aws::Types::CustomerManagedAutoScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomerManagedAutoScalingConfiguration
- 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.
887 888 889 |
# File 'sig/types.rbs', line 887 def scale_out_workers_per_minute @scale_out_workers_per_minute end |
#standby_worker_count ⇒ ::Integer
Returns the value of attribute standby_worker_count.
885 886 887 |
# File 'sig/types.rbs', line 885 def standby_worker_count @standby_worker_count end |
#worker_idle_duration_seconds ⇒ ::Integer
Returns the value of attribute worker_idle_duration_seconds.
886 887 888 |
# File 'sig/types.rbs', line 886 def worker_idle_duration_seconds @worker_idle_duration_seconds end |