Class: Aws::Types::AutoScalingDescription
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingDescription
- 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::ScaleInPolicyDescription
Returns the value of attribute scale_in_policy.
-
#scale_out_policy ⇒ Types::ScaleOutPolicyDescription
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.
39 40 41 |
# File 'sig/types.rbs', line 39 def max_autoscaling_task_count @max_autoscaling_task_count end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
34 35 36 |
# File 'sig/types.rbs', line 34 def max_worker_count @max_worker_count end |
#mcu_count ⇒ ::Integer
Returns the value of attribute mcu_count.
35 36 37 |
# File 'sig/types.rbs', line 35 def mcu_count @mcu_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
36 37 38 |
# File 'sig/types.rbs', line 36 def min_worker_count @min_worker_count end |
#scale_in_policy ⇒ Types::ScaleInPolicyDescription
Returns the value of attribute scale_in_policy.
37 38 39 |
# File 'sig/types.rbs', line 37 def scale_in_policy @scale_in_policy end |
#scale_out_policy ⇒ Types::ScaleOutPolicyDescription
Returns the value of attribute scale_out_policy.
38 39 40 |
# File 'sig/types.rbs', line 38 def scale_out_policy @scale_out_policy end |