Class: Aws::Types::ManagedScaling
- Inherits:
-
Object
- Object
- Aws::Types::ManagedScaling
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_warmup_period ⇒ ::Integer
Returns the value of attribute instance_warmup_period.
-
#maximum_scaling_step_size ⇒ ::Integer
Returns the value of attribute maximum_scaling_step_size.
-
#minimum_scaling_step_size ⇒ ::Integer
Returns the value of attribute minimum_scaling_step_size.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#target_capacity ⇒ ::Integer
Returns the value of attribute target_capacity.
Instance Attribute Details
#instance_warmup_period ⇒ ::Integer
Returns the value of attribute instance_warmup_period.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def instance_warmup_period @instance_warmup_period end |
#maximum_scaling_step_size ⇒ ::Integer
Returns the value of attribute maximum_scaling_step_size.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def maximum_scaling_step_size @maximum_scaling_step_size end |
#minimum_scaling_step_size ⇒ ::Integer
Returns the value of attribute minimum_scaling_step_size.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def minimum_scaling_step_size @minimum_scaling_step_size end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def status @status end |
#target_capacity ⇒ ::Integer
Returns the value of attribute target_capacity.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def target_capacity @target_capacity end |