Class: Aws::CodeBuild::Types::TargetTrackingScalingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::TargetTrackingScalingConfiguration
- Defined in:
- gems/aws-sdk-codebuild/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.
6400 6401 6402 6403 6404 6405 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6400 class TargetTrackingScalingConfiguration < Struct.new( :metric_type, :target_value) SENSITIVE = [] include Aws::Structure end |
#target_value ⇒ Float
The value of metricType
when to start scaling.
6400 6401 6402 6403 6404 6405 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6400 class TargetTrackingScalingConfiguration < Struct.new( :metric_type, :target_value) SENSITIVE = [] include Aws::Structure end |