Class: Aws::Types::PredictiveScalingConfiguration

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")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ForecastAndScale", "ForecastOnly")


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.

Returns:

  • (::Integer)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def scheduling_buffer_time
  @scheduling_buffer_time
end