Class: Aws::Types::AutoScalingSettings
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_disabled ⇒ Boolean
Returns the value of attribute auto_scaling_disabled.
-
#maximum_units ⇒ ::Integer
Returns the value of attribute maximum_units.
-
#minimum_units ⇒ ::Integer
Returns the value of attribute minimum_units.
-
#scaling_policy ⇒ Types::AutoScalingPolicy
Returns the value of attribute scaling_policy.
Instance Attribute Details
#auto_scaling_disabled ⇒ Boolean
Returns the value of attribute auto_scaling_disabled.
22 23 24 |
# File 'sig/types.rbs', line 22 def auto_scaling_disabled @auto_scaling_disabled end |
#maximum_units ⇒ ::Integer
Returns the value of attribute maximum_units.
24 25 26 |
# File 'sig/types.rbs', line 24 def maximum_units @maximum_units end |
#minimum_units ⇒ ::Integer
Returns the value of attribute minimum_units.
23 24 25 |
# File 'sig/types.rbs', line 23 def minimum_units @minimum_units end |
#scaling_policy ⇒ Types::AutoScalingPolicy
Returns the value of attribute scaling_policy.
25 26 27 |
# File 'sig/types.rbs', line 25 def scaling_policy @scaling_policy end |