Method: Aws::OpsWorks::Types::LoadBasedAutoScalingConfiguration#up_scaling

Defined in:
lib/aws-sdk-opsworks/types.rb

#up_scalingTypes::AutoScalingThresholds

An ‘AutoScalingThresholds` object that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.


4020
4021
4022
4023
4024
4025
4026
4027
# File 'lib/aws-sdk-opsworks/types.rb', line 4020

class LoadBasedAutoScalingConfiguration < Struct.new(
  :layer_id,
  :enable,
  :up_scaling,
  :down_scaling)
  SENSITIVE = []
  include Aws::Structure
end