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.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def customized_metric_specification @customized_metric_specification end |
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def disable_scale_in @disable_scale_in end |
#predefined_metric_specification ⇒ Types::PredefinedMetricSpecification
Returns the value of attribute predefined_metric_specification.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def predefined_metric_specification @predefined_metric_specification end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def target_value @target_value end |