| 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.GaugeChartFieldWells
Description
Synopsis
- data GaugeChartFieldWells = GaugeChartFieldWells' {
- targetValues :: Maybe [MeasureField]
- values :: Maybe [MeasureField]
- newGaugeChartFieldWells :: GaugeChartFieldWells
- gaugeChartFieldWells_targetValues :: Lens' GaugeChartFieldWells (Maybe [MeasureField])
- gaugeChartFieldWells_values :: Lens' GaugeChartFieldWells (Maybe [MeasureField])
Documentation
data GaugeChartFieldWells Source #
The field well configuration of a GaugeChartVisual.
See: newGaugeChartFieldWells smart constructor.
Constructors
| GaugeChartFieldWells' | |
Fields
| |
Instances
newGaugeChartFieldWells :: GaugeChartFieldWells Source #
Create a value of GaugeChartFieldWells 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:targetValues:GaugeChartFieldWells', gaugeChartFieldWells_targetValues - The target value field wells of a GaugeChartVisual.
$sel:values:GaugeChartFieldWells', gaugeChartFieldWells_values - The value field wells of a GaugeChartVisual.
gaugeChartFieldWells_targetValues :: Lens' GaugeChartFieldWells (Maybe [MeasureField]) Source #
The target value field wells of a GaugeChartVisual.
gaugeChartFieldWells_values :: Lens' GaugeChartFieldWells (Maybe [MeasureField]) Source #
The value field wells of a GaugeChartVisual.