amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.GaugeChartFieldWells

Description

 
Synopsis

Documentation

data GaugeChartFieldWells Source #

The field well configuration of a GaugeChartVisual.

See: newGaugeChartFieldWells smart constructor.

Constructors

GaugeChartFieldWells' 

Fields

Instances

Instances details
FromJSON GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

ToJSON GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Generic GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Associated Types

type Rep GaugeChartFieldWells :: Type -> Type #

Show GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

NFData GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Methods

rnf :: GaugeChartFieldWells -> () #

Eq GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Hashable GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

type Rep GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

type Rep GaugeChartFieldWells = D1 ('MetaData "GaugeChartFieldWells" "Amazonka.QuickSight.Types.GaugeChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

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.