libZSservicesZSamazonka-codebuildZSamazonka-codebuild
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeBuild.Types.ReportGroupTrendStats

Description

 
Synopsis

Documentation

data ReportGroupTrendStats Source #

Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .

See: newReportGroupTrendStats smart constructor.

Constructors

ReportGroupTrendStats' 

Fields

Instances

Instances details
Eq ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Read ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Show ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Generic ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Associated Types

type Rep ReportGroupTrendStats :: Type -> Type #

NFData ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Methods

rnf :: ReportGroupTrendStats -> () #

Hashable ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

FromJSON ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats = D1 ('MetaData "ReportGroupTrendStats" "Amazonka.CodeBuild.Types.ReportGroupTrendStats" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ReportGroupTrendStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "average") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReportGroupTrendStats :: ReportGroupTrendStats Source #

Create a value of ReportGroupTrendStats with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:max:ReportGroupTrendStats', reportGroupTrendStats_max - Contains the maximum value analyzed.

$sel:average:ReportGroupTrendStats', reportGroupTrendStats_average - Contains the average of all values analyzed.

$sel:min:ReportGroupTrendStats', reportGroupTrendStats_min - Contains the minimum value analyzed.

reportGroupTrendStats_max :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the maximum value analyzed.

reportGroupTrendStats_average :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the average of all values analyzed.

reportGroupTrendStats_min :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the minimum value analyzed.