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
Documentation
data HistogramEntry Source #
An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.
See: newHistogramEntry
smart constructor.
Instances
newHistogramEntry :: HistogramEntry Source #
Create a value of HistogramEntry
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:count:HistogramEntry'
, histogramEntry_count
- The prevalence of the entry.
$sel:value:HistogramEntry'
, histogramEntry_value
- The value of the entry.
histogramEntry_count :: Lens' HistogramEntry (Maybe Int) Source #
The prevalence of the entry.
histogramEntry_value :: Lens' HistogramEntry (Maybe Double) Source #
The value of the entry.