Class: Aws::Types::TargetTrackingScalingPolicyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingScalingPolicyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customized_metric_specification ⇒ Types::CustomizedMetricSpecification
Returns the value of attribute customized_metric_specification.
-
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
-
#predefined_metric_specification ⇒ Types::PredefinedMetricSpecification
Returns the value of attribute predefined_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_metric_specification ⇒ Types::CustomizedMetricSpecification
Returns the value of attribute customized_metric_specification.
471 472 473 |
# File 'sig/types.rbs', line 471 def customized_metric_specification @customized_metric_specification end |
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
474 475 476 |
# File 'sig/types.rbs', line 474 def disable_scale_in @disable_scale_in end |
#predefined_metric_specification ⇒ Types::PredefinedMetricSpecification
Returns the value of attribute predefined_metric_specification.
470 471 472 |
# File 'sig/types.rbs', line 470 def predefined_metric_specification @predefined_metric_specification end |
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
473 474 475 |
# File 'sig/types.rbs', line 473 def scale_in_cooldown @scale_in_cooldown end |
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
472 473 474 |
# File 'sig/types.rbs', line 472 def scale_out_cooldown @scale_out_cooldown end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
469 470 471 |
# File 'sig/types.rbs', line 469 def target_value @target_value end |