Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ReportGroupTrendStats = ReportGroupTrendStats' {}
- newReportGroupTrendStats :: ReportGroupTrendStats
- reportGroupTrendStats_max :: Lens' ReportGroupTrendStats (Maybe Text)
- reportGroupTrendStats_average :: 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.
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: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.