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.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def predefined_metric_type @predefined_metric_type end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def target_value @target_value end |