Class: Aws::Types::TargetTrackingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customized_scaling_metric_specification ⇒ Types::CustomizedScalingMetricSpecification
Returns the value of attribute customized_scaling_metric_specification.
-
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
-
#estimated_instance_warmup ⇒ ::Integer
Returns the value of attribute estimated_instance_warmup.
-
#predefined_scaling_metric_specification ⇒ Types::PredefinedScalingMetricSpecification
Returns the value of attribute predefined_scaling_metric_specification.
-
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
-
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
Instance Attribute Details
#customized_scaling_metric_specification ⇒ Types::CustomizedScalingMetricSpecification
Returns the value of attribute customized_scaling_metric_specification.
208 209 210 |
# File 'sig/types.rbs', line 208 def customized_scaling_metric_specification @customized_scaling_metric_specification end |
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
210 211 212 |
# File 'sig/types.rbs', line 210 def disable_scale_in @disable_scale_in end |
#estimated_instance_warmup ⇒ ::Integer
Returns the value of attribute estimated_instance_warmup.
213 214 215 |
# File 'sig/types.rbs', line 213 def estimated_instance_warmup @estimated_instance_warmup end |
#predefined_scaling_metric_specification ⇒ Types::PredefinedScalingMetricSpecification
Returns the value of attribute predefined_scaling_metric_specification.
207 208 209 |
# File 'sig/types.rbs', line 207 def predefined_scaling_metric_specification @predefined_scaling_metric_specification end |
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
212 213 214 |
# File 'sig/types.rbs', line 212 def scale_in_cooldown @scale_in_cooldown end |
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
211 212 213 |
# File 'sig/types.rbs', line 211 def scale_out_cooldown @scale_out_cooldown end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
209 210 211 |
# File 'sig/types.rbs', line 209 def target_value @target_value end |