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.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def max_capacity_breach_behavior @max_capacity_breach_behavior end |
#max_capacity_buffer ⇒ ::Integer
Returns the value of attribute max_capacity_buffer.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def max_capacity_buffer @max_capacity_buffer end |
#metric_specifications ⇒ ::Array[Types::PredictiveScalingMetricSpecification]
Returns the value of attribute metric_specifications.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def metric_specifications @metric_specifications end |
#mode ⇒ "ForecastAndScale", "ForecastOnly"
Returns the value of attribute mode.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def mode @mode end |
#scheduling_buffer_time ⇒ ::Integer
Returns the value of attribute scheduling_buffer_time.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def scheduling_buffer_time @scheduling_buffer_time end |