Method: Aws::OpsWorks::Types::LoadBasedAutoScalingConfiguration#enable
- Defined in:
- lib/aws-sdk-opsworks/types.rb
permalink #enable ⇒ Boolean
Whether load-based auto scaling is enabled for the layer.
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 |