Class: Aws::Types::AutoScalingUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingUpdate
- 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::ScaleInPolicyUpdate
Returns the value of attribute scale_in_policy.
-
#scale_out_policy ⇒ Types::ScaleOutPolicyUpdate
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.
49 50 51 |
# File 'sig/types.rbs', line 49 def max_autoscaling_task_count @max_autoscaling_task_count end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
44 45 46 |
# File 'sig/types.rbs', line 44 def max_worker_count @max_worker_count end |
#mcu_count ⇒ ::Integer
Returns the value of attribute mcu_count.
45 46 47 |
# File 'sig/types.rbs', line 45 def mcu_count @mcu_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
46 47 48 |
# File 'sig/types.rbs', line 46 def min_worker_count @min_worker_count end |
#scale_in_policy ⇒ Types::ScaleInPolicyUpdate
Returns the value of attribute scale_in_policy.
47 48 49 |
# File 'sig/types.rbs', line 47 def scale_in_policy @scale_in_policy end |
#scale_out_policy ⇒ Types::ScaleOutPolicyUpdate
Returns the value of attribute scale_out_policy.
48 49 50 |
# File 'sig/types.rbs', line 48 def scale_out_policy @scale_out_policy end |