Class: Aws::CodeBuild::Types::ReportGroupTrendStats
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::ReportGroupTrendStats
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #average  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the average of all values analyzed.
 - 
  
    
      #max  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the maximum value analyzed.
 - 
  
    
      #min  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the minimum value analyzed.
 
Instance Attribute Details
#average ⇒ String
Contains the average of all values analyzed.
      5433 5434 5435 5436 5437 5438 5439  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5433 class ReportGroupTrendStats < Struct.new( :average, :max, :min) SENSITIVE = [] include Aws::Structure end  | 
  
#max ⇒ String
Contains the maximum value analyzed.
      5433 5434 5435 5436 5437 5438 5439  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5433 class ReportGroupTrendStats < Struct.new( :average, :max, :min) SENSITIVE = [] include Aws::Structure end  | 
  
#min ⇒ String
Contains the minimum value analyzed.
      5433 5434 5435 5436 5437 5438 5439  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5433 class ReportGroupTrendStats < Struct.new( :average, :max, :min) SENSITIVE = [] include Aws::Structure end  |