Class: Aws::Types::AutoScalingSettingsDescription
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingSettingsDescription
- 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_policies ⇒ ::Array[Types::AutoScalingPolicyDescription]
Returns the value of attribute scaling_policies.
Instance Attribute Details
#auto_scaling_disabled ⇒ Boolean
Returns the value of attribute auto_scaling_disabled.
59 60 61 |
# File 'sig/types.rbs', line 59 def auto_scaling_disabled @auto_scaling_disabled end |
#auto_scaling_role_arn ⇒ ::String
Returns the value of attribute auto_scaling_role_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def auto_scaling_role_arn @auto_scaling_role_arn end |
#maximum_units ⇒ ::Integer
Returns the value of attribute maximum_units.
58 59 60 |
# File 'sig/types.rbs', line 58 def maximum_units @maximum_units end |
#minimum_units ⇒ ::Integer
Returns the value of attribute minimum_units.
57 58 59 |
# File 'sig/types.rbs', line 57 def minimum_units @minimum_units end |
#scaling_policies ⇒ ::Array[Types::AutoScalingPolicyDescription]
Returns the value of attribute scaling_policies.
61 62 63 |
# File 'sig/types.rbs', line 61 def scaling_policies @scaling_policies end |