| 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.HeatMapFieldWells
Description
Documentation
data HeatMapFieldWells Source #
The field well configuration of a heat map.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newHeatMapFieldWells smart constructor.
Constructors
| HeatMapFieldWells' | |
Fields
| |
Instances
newHeatMapFieldWells :: HeatMapFieldWells Source #
Create a value of HeatMapFieldWells 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:heatMapAggregatedFieldWells:HeatMapFieldWells', heatMapFieldWells_heatMapAggregatedFieldWells - The aggregated field wells of a heat map.
heatMapFieldWells_heatMapAggregatedFieldWells :: Lens' HeatMapFieldWells (Maybe HeatMapAggregatedFieldWells) Source #
The aggregated field wells of a heat map.