Class: Aws::Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- 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.
83 84 85 |
# File 'sig/types.rbs', line 83 def disable_scale_in @disable_scale_in end |
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
84 85 86 |
# File 'sig/types.rbs', line 84 def scale_in_cooldown @scale_in_cooldown end |
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
85 86 87 |
# File 'sig/types.rbs', line 85 def scale_out_cooldown @scale_out_cooldown end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
86 87 88 |
# File 'sig/types.rbs', line 86 def target_value @target_value end |