Class: Aws::Types::AutoScalingSettingsUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingSettingsUpdate
- 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.
-
#auto_scaling_role_arn ⇒ ::String
Returns the value of attribute auto_scaling_role_arn.
-
#maximum_units ⇒ ::Integer
Returns the value of attribute maximum_units.
-
#minimum_units ⇒ ::Integer
Returns the value of attribute minimum_units.
-
#scaling_policy_update ⇒ Types::AutoScalingPolicyUpdate
Returns the value of attribute scaling_policy_update.
Instance Attribute Details
#auto_scaling_disabled ⇒ Boolean
Returns the value of attribute auto_scaling_disabled.
68 69 70 |
# File 'sig/types.rbs', line 68 def auto_scaling_disabled @auto_scaling_disabled end |
#auto_scaling_role_arn ⇒ ::String
Returns the value of attribute auto_scaling_role_arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def auto_scaling_role_arn @auto_scaling_role_arn end |
#maximum_units ⇒ ::Integer
Returns the value of attribute maximum_units.
67 68 69 |
# File 'sig/types.rbs', line 67 def maximum_units @maximum_units end |
#minimum_units ⇒ ::Integer
Returns the value of attribute minimum_units.
66 67 68 |
# File 'sig/types.rbs', line 66 def minimum_units @minimum_units end |
#scaling_policy_update ⇒ Types::AutoScalingPolicyUpdate
Returns the value of attribute scaling_policy_update.
70 71 72 |
# File 'sig/types.rbs', line 70 def scaling_policy_update @scaling_policy_update end |