Class: Aws::Types::DynamicScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DynamicScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
-
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
-
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
-
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
Instance Attribute Details
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
5569 5570 5571 |
# File 'sig/types.rbs', line 5569 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
5568 5569 5570 |
# File 'sig/types.rbs', line 5568 def min_capacity @min_capacity end |
#scale_in_cooldown ⇒ ::Integer
Returns the value of attribute scale_in_cooldown.
5570 5571 5572 |
# File 'sig/types.rbs', line 5570 def scale_in_cooldown @scale_in_cooldown end |
#scale_out_cooldown ⇒ ::Integer
Returns the value of attribute scale_out_cooldown.
5571 5572 5573 |
# File 'sig/types.rbs', line 5571 def scale_out_cooldown @scale_out_cooldown end |
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
5572 5573 5574 |
# File 'sig/types.rbs', line 5572 def scaling_policies @scaling_policies end |