Class: Aws::Types::TargetTrackingScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_type ⇒ "FLEET_UTILIZATION_RATE"
Returns the value of attribute metric_type.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
Instance Attribute Details
#metric_type ⇒ "FLEET_UTILIZATION_RATE"
Returns the value of attribute metric_type.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def metric_type @metric_type end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def target_value @target_value end |