Class: Aws::Types::PredictiveScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_capacity_breach_behavior ⇒ "HonorMaxCapacity", "IncreaseMaxCapacity"
Returns the value of attribute max_capacity_breach_behavior.
-
#max_capacity_buffer ⇒ ::Integer
Returns the value of attribute max_capacity_buffer.
-
#metric_specifications ⇒ ::Array[Types::PredictiveScalingMetricSpecification]
Returns the value of attribute metric_specifications.
-
#mode ⇒ "ForecastAndScale", "ForecastOnly"
Returns the value of attribute mode.
-
#scheduling_buffer_time ⇒ ::Integer
Returns the value of attribute scheduling_buffer_time.
Instance Attribute Details
#max_capacity_breach_behavior ⇒ "HonorMaxCapacity", "IncreaseMaxCapacity"
Returns the value of attribute max_capacity_breach_behavior.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def max_capacity_breach_behavior @max_capacity_breach_behavior end |
#max_capacity_buffer ⇒ ::Integer
Returns the value of attribute max_capacity_buffer.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def max_capacity_buffer @max_capacity_buffer end |
#metric_specifications ⇒ ::Array[Types::PredictiveScalingMetricSpecification]
Returns the value of attribute metric_specifications.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def metric_specifications @metric_specifications end |
#mode ⇒ "ForecastAndScale", "ForecastOnly"
Returns the value of attribute mode.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def mode @mode end |
#scheduling_buffer_time ⇒ ::Integer
Returns the value of attribute scheduling_buffer_time.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def scheduling_buffer_time @scheduling_buffer_time end |