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.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def instance_warmup_period @instance_warmup_period end |
#maximum_scaling_step_size ⇒ ::Integer
Returns the value of attribute maximum_scaling_step_size.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def maximum_scaling_step_size @maximum_scaling_step_size end |
#minimum_scaling_step_size ⇒ ::Integer
Returns the value of attribute minimum_scaling_step_size.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def minimum_scaling_step_size @minimum_scaling_step_size end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def status @status end |
#target_capacity ⇒ ::Integer
Returns the value of attribute target_capacity.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def target_capacity @target_capacity end |