| 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.QuickSight.Types.HistogramAggregatedFieldWells
Description
Documentation
data HistogramAggregatedFieldWells Source #
The field well configuration of a histogram.
See: newHistogramAggregatedFieldWells smart constructor.
Constructors
| HistogramAggregatedFieldWells' | |
Fields
| |
Instances
newHistogramAggregatedFieldWells :: HistogramAggregatedFieldWells Source #
Create a value of HistogramAggregatedFieldWells 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:values:HistogramAggregatedFieldWells', histogramAggregatedFieldWells_values - The value field wells of a histogram. Values are aggregated by COUNT
or DISTINCT_COUNT.
histogramAggregatedFieldWells_values :: Lens' HistogramAggregatedFieldWells (Maybe [MeasureField]) Source #
The value field wells of a histogram. Values are aggregated by COUNT
or DISTINCT_COUNT.