Class: Aws::Types::TargetTrackingScalingPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingScalingPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#predefined_metric_type ⇒ "LambdaCapacityProviderAverageCPUUtilization"
Returns the value of attribute predefined_metric_type.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
Instance Attribute Details
#predefined_metric_type ⇒ "LambdaCapacityProviderAverageCPUUtilization"
Returns the value of attribute predefined_metric_type.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def predefined_metric_type @predefined_metric_type end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def target_value @target_value end |