Class: Aws::Types::AutoScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_metric ⇒ "CPU_UTILIZATION_PERCENTAGE"
Returns the value of attribute auto_scaling_metric.
-
#max_node_count ⇒ ::Integer
Returns the value of attribute max_node_count.
-
#metric_target ⇒ ::Float
Returns the value of attribute metric_target.
-
#min_node_count ⇒ ::Integer
Returns the value of attribute min_node_count.
-
#scale_in_cooldown_seconds ⇒ ::Float
Returns the value of attribute scale_in_cooldown_seconds.
-
#scale_out_cooldown_seconds ⇒ ::Float
Returns the value of attribute scale_out_cooldown_seconds.
Instance Attribute Details
#auto_scaling_metric ⇒ "CPU_UTILIZATION_PERCENTAGE"
Returns the value of attribute auto_scaling_metric.
19 20 21 |
# File 'sig/types.rbs', line 19 def auto_scaling_metric @auto_scaling_metric end |
#max_node_count ⇒ ::Integer
Returns the value of attribute max_node_count.
18 19 20 |
# File 'sig/types.rbs', line 18 def max_node_count @max_node_count end |
#metric_target ⇒ ::Float
Returns the value of attribute metric_target.
20 21 22 |
# File 'sig/types.rbs', line 20 def metric_target @metric_target end |
#min_node_count ⇒ ::Integer
Returns the value of attribute min_node_count.
17 18 19 |
# File 'sig/types.rbs', line 17 def min_node_count @min_node_count end |
#scale_in_cooldown_seconds ⇒ ::Float
Returns the value of attribute scale_in_cooldown_seconds.
21 22 23 |
# File 'sig/types.rbs', line 21 def scale_in_cooldown_seconds @scale_in_cooldown_seconds end |
#scale_out_cooldown_seconds ⇒ ::Float
Returns the value of attribute scale_out_cooldown_seconds.
22 23 24 |
# File 'sig/types.rbs', line 22 def scale_out_cooldown_seconds @scale_out_cooldown_seconds end |