Class: Aws::CodeBuild::Types::TargetTrackingScalingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::TargetTrackingScalingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Defines when a new instance is auto-scaled into the compute fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_type ⇒ String
The metric type to determine auto-scaling.
-
#target_value ⇒ Float
The value of ‘metricType` when to start scaling.
Instance Attribute Details
#metric_type ⇒ String
The metric type to determine auto-scaling.
6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6335 class TargetTrackingScalingConfiguration < Struct.new( :metric_type, :target_value) SENSITIVE = [] include Aws::Structure end |
#target_value ⇒ Float
The value of ‘metricType` when to start scaling.
6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6335 class TargetTrackingScalingConfiguration < Struct.new( :metric_type, :target_value) SENSITIVE = [] include Aws::Structure end |