Class: Aws::Types::TargetTrackingScalingPolicyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingScalingPolicyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_specification ⇒ Types::MetricSpecification
Returns the value of attribute metric_specification.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
Instance Attribute Details
#metric_specification ⇒ Types::MetricSpecification
Returns the value of attribute metric_specification.
11279 11280 11281 |
# File 'sig/types.rbs', line 11279 def metric_specification @metric_specification end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
11280 11281 11282 |
# File 'sig/types.rbs', line 11280 def target_value @target_value end |