Class: Aws::CodeBuild::Types::ReportGroupTrendStats

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/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

Instance Attribute Details

#averageString

Contains the average of all values analyzed.

Returns:

  • (String)


5047
5048
5049
5050
5051
5052
5053
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5047

class ReportGroupTrendStats < Struct.new(
  :average,
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end

#maxString

Contains the maximum value analyzed.

Returns:

  • (String)


5047
5048
5049
5050
5051
5052
5053
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5047

class ReportGroupTrendStats < Struct.new(
  :average,
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end

#minString

Contains the minimum value analyzed.

Returns:

  • (String)


5047
5048
5049
5050
5051
5052
5053
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5047

class ReportGroupTrendStats < Struct.new(
  :average,
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end