Class: Aws::Types::ProductionVariantManagedInstanceScalingScaleInPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantManagedInstanceScalingScaleInPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cooldown_in_minutes ⇒ ::Integer
Returns the value of attribute cooldown_in_minutes.
-
#maximum_step_size ⇒ ::Integer
Returns the value of attribute maximum_step_size.
-
#strategy ⇒ "IDLE_RELEASE", "CONSOLIDATION"
Returns the value of attribute strategy.
Instance Attribute Details
#cooldown_in_minutes ⇒ ::Integer
Returns the value of attribute cooldown_in_minutes.
10112 10113 10114 |
# File 'sig/types.rbs', line 10112 def cooldown_in_minutes @cooldown_in_minutes end |
#maximum_step_size ⇒ ::Integer
Returns the value of attribute maximum_step_size.
10111 10112 10113 |
# File 'sig/types.rbs', line 10111 def maximum_step_size @maximum_step_size end |
#strategy ⇒ "IDLE_RELEASE", "CONSOLIDATION"
Returns the value of attribute strategy.
10110 10111 10112 |
# File 'sig/types.rbs', line 10110 def strategy @strategy end |