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.
      6556 6557 6558 6559 6560 6561  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 6556 class TargetTrackingScalingConfiguration < Struct.new( :metric_type, :target_value) SENSITIVE = [] include Aws::Structure end  | 
  
#target_value ⇒ Float
The value of ‘metricType` when to start scaling.
      6556 6557 6558 6559 6560 6561  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 6556 class TargetTrackingScalingConfiguration < Struct.new( :metric_type, :target_value) SENSITIVE = [] include Aws::Structure end  |