Class: Aws::Types::TargetTrackingScalingPolicyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingScalingPolicyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
-
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
-
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
Instance Attribute Details
#disable_scale_in ⇒ Boolean
Returns the value of attribute disable_scale_in.
437 438 439 |
# File 'sig/types.rbs', line 437 def disable_scale_in @disable_scale_in end |
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
438 439 440 |
# File 'sig/types.rbs', line 438 def scale_in_cooldown @scale_in_cooldown end |
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
439 440 441 |
# File 'sig/types.rbs', line 439 def scale_out_cooldown @scale_out_cooldown end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
440 441 442 |
# File 'sig/types.rbs', line 440 def target_value @target_value end |