Class: Aws::Types::SimpleScalingPolicyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SimpleScalingPolicyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustment_type ⇒ "CHANGE_IN_CAPACITY", ...
Returns the value of attribute adjustment_type.
-
#cool_down ⇒ ::Integer
Returns the value of attribute cool_down.
-
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
Instance Attribute Details
#adjustment_type ⇒ "CHANGE_IN_CAPACITY", ...
Returns the value of attribute adjustment_type.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def adjustment_type @adjustment_type end |
#cool_down ⇒ ::Integer
Returns the value of attribute cool_down.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def cool_down @cool_down end |
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def scaling_adjustment @scaling_adjustment end |