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


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ForecastAndScale", "ForecastOnly")


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.

Returns:

  • (::Integer)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def scheduling_buffer_time
  @scheduling_buffer_time
end