Class: Aws::OpsWorks::Types::LoadBasedAutoScalingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::LoadBasedAutoScalingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes a layer’s load-based auto scaling configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#down_scaling ⇒ Types::AutoScalingThresholds
An ‘AutoScalingThresholds` object that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces the number of instances.
-
#enable ⇒ Boolean
Whether load-based auto scaling is enabled for the layer.
-
#layer_id ⇒ String
The layer ID.
-
#up_scaling ⇒ Types::AutoScalingThresholds
An ‘AutoScalingThresholds` object that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.
Instance Attribute Details
#down_scaling ⇒ Types::AutoScalingThresholds
An ‘AutoScalingThresholds` object that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces 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 |
#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 |
#layer_id ⇒ String
The layer ID.
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 |
#up_scaling ⇒ Types::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 |