Class: Aws::Types::TargetTrackingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingConfiguration
- 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.
-
#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.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def customized_metric_specification @customized_metric_specification end |
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def disable_scale_in @disable_scale_in end |
#predefined_metric_specification ⇒ Types::PredefinedMetricSpecification
Returns the value of attribute predefined_metric_specification.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def predefined_metric_specification @predefined_metric_specification end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def target_value @target_value end |