Class: Aws::Types::AutoScaling
- Inherits:
-
Object
- Object
- Aws::Types::AutoScaling
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_autoscaling_task_count ⇒ ::Integer
Returns the value of attribute max_autoscaling_task_count.
-
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
-
#mcu_count ⇒ ::Integer
Returns the value of attribute mcu_count.
-
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
-
#scale_in_policy ⇒ Types::ScaleInPolicy
Returns the value of attribute scale_in_policy.
-
#scale_out_policy ⇒ Types::ScaleOutPolicy
Returns the value of attribute scale_out_policy.
Instance Attribute Details
#max_autoscaling_task_count ⇒ ::Integer
Returns the value of attribute max_autoscaling_task_count.
29 30 31 |
# File 'sig/types.rbs', line 29 def max_autoscaling_task_count @max_autoscaling_task_count end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
24 25 26 |
# File 'sig/types.rbs', line 24 def max_worker_count @max_worker_count end |
#mcu_count ⇒ ::Integer
Returns the value of attribute mcu_count.
25 26 27 |
# File 'sig/types.rbs', line 25 def mcu_count @mcu_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
26 27 28 |
# File 'sig/types.rbs', line 26 def min_worker_count @min_worker_count end |
#scale_in_policy ⇒ Types::ScaleInPolicy
Returns the value of attribute scale_in_policy.
27 28 29 |
# File 'sig/types.rbs', line 27 def scale_in_policy @scale_in_policy end |
#scale_out_policy ⇒ Types::ScaleOutPolicy
Returns the value of attribute scale_out_policy.
28 29 30 |
# File 'sig/types.rbs', line 28 def scale_out_policy @scale_out_policy end |