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.
11271 11272 11273 |
# File 'sig/types.rbs', line 11271 def metric_specification @metric_specification end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
11272 11273 11274 |
# File 'sig/types.rbs', line 11272 def target_value @target_value end |