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.
5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5220 class ReportGroupTrendStats < Struct.new( :average, :max, :min) SENSITIVE = [] include Aws::Structure end |
#max ⇒ String
Contains the maximum value analyzed.
5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5220 class ReportGroupTrendStats < Struct.new( :average, :max, :min) SENSITIVE = [] include Aws::Structure end |
#min ⇒ String
Contains the minimum value analyzed.
5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5220 class ReportGroupTrendStats < Struct.new( :average, :max, :min) SENSITIVE = [] include Aws::Structure end |