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.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def max_capacity_breach_behavior @max_capacity_breach_behavior end |
#max_capacity_buffer ⇒ ::Integer
Returns the value of attribute max_capacity_buffer.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def max_capacity_buffer @max_capacity_buffer end |
#metric_specifications ⇒ ::Array[Types::PredictiveScalingMetricSpecification]
Returns the value of attribute metric_specifications.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def metric_specifications @metric_specifications end |
#mode ⇒ "ForecastAndScale", "ForecastOnly"
Returns the value of attribute mode.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def mode @mode end |
#scheduling_buffer_time ⇒ ::Integer
Returns the value of attribute scheduling_buffer_time.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def scheduling_buffer_time @scheduling_buffer_time end |