Class: Aws::Types::PredictiveScalingPolicyConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_capacity_breach_behavior"HonorMaxCapacity", "IncreaseMaxCapacity"

Returns the value of attribute max_capacity_breach_behavior.

Returns:

  • ("HonorMaxCapacity", "IncreaseMaxCapacity")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ForecastOnly", "ForecastAndScale")


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.

Returns:

  • (::Integer)


260
261
262
# File 'sig/types.rbs', line 260

def scheduling_buffer_time
  @scheduling_buffer_time
end