Class: Aws::Types::ManagedCapacityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedCapacityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scale_in_after_inactivity_minutes ⇒ ::Integer
Returns the value of attribute scale_in_after_inactivity_minutes.
-
#zero_capacity_strategy ⇒ "MANUAL", "SCALE_TO_AND_FROM_ZERO"
Returns the value of attribute zero_capacity_strategy.
Instance Attribute Details
#scale_in_after_inactivity_minutes ⇒ ::Integer
Returns the value of attribute scale_in_after_inactivity_minutes.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def scale_in_after_inactivity_minutes @scale_in_after_inactivity_minutes end |
#zero_capacity_strategy ⇒ "MANUAL", "SCALE_TO_AND_FROM_ZERO"
Returns the value of attribute zero_capacity_strategy.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def zero_capacity_strategy @zero_capacity_strategy end |