Class: Aws::Types::PredictiveScalingPolicyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveScalingPolicyConfiguration
- 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 ⇒ "ForecastOnly", "ForecastAndScale"
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.
261 262 263 |
# File 'sig/types.rbs', line 261 def max_capacity_breach_behavior @max_capacity_breach_behavior end |
#max_capacity_buffer ⇒ ::Integer
Returns the value of attribute max_capacity_buffer.
262 263 264 |
# File 'sig/types.rbs', line 262 def max_capacity_buffer @max_capacity_buffer end |
#metric_specifications ⇒ ::Array[Types::PredictiveScalingMetricSpecification]
Returns the value of attribute metric_specifications.
258 259 260 |
# File 'sig/types.rbs', line 258 def metric_specifications @metric_specifications end |
#mode ⇒ "ForecastOnly", "ForecastAndScale"
Returns the value of attribute mode.
259 260 261 |
# File 'sig/types.rbs', line 259 def mode @mode end |
#scheduling_buffer_time ⇒ ::Integer
Returns the value of attribute scheduling_buffer_time.
260 261 262 |
# File 'sig/types.rbs', line 260 def scheduling_buffer_time @scheduling_buffer_time end |