| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeBuild.Types.ReportGroupTrendStats
Description
Synopsis
- data ReportGroupTrendStats = ReportGroupTrendStats' {}
- newReportGroupTrendStats :: ReportGroupTrendStats
- reportGroupTrendStats_average :: Lens' ReportGroupTrendStats (Maybe Text)
- reportGroupTrendStats_max :: Lens' ReportGroupTrendStats (Maybe Text)
- reportGroupTrendStats_min :: Lens' ReportGroupTrendStats (Maybe Text)
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' | |
Instances
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:average:ReportGroupTrendStats', reportGroupTrendStats_average - Contains the average of all values analyzed.
$sel:max:ReportGroupTrendStats', reportGroupTrendStats_max - Contains the maximum value analyzed.
$sel:min:ReportGroupTrendStats', reportGroupTrendStats_min - Contains the minimum value analyzed.
reportGroupTrendStats_average :: Lens' ReportGroupTrendStats (Maybe Text) Source #
Contains the average of all values analyzed.
reportGroupTrendStats_max :: Lens' ReportGroupTrendStats (Maybe Text) Source #
Contains the maximum value analyzed.
reportGroupTrendStats_min :: Lens' ReportGroupTrendStats (Maybe Text) Source #
Contains the minimum value analyzed.