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.ComboChartAggregatedFieldWells

Description

 
Synopsis

Documentation

data ComboChartAggregatedFieldWells Source #

The aggregated field wells of a combo chart.

See: newComboChartAggregatedFieldWells smart constructor.

Constructors

ComboChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

ToJSON ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Generic ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Associated Types

type Rep ComboChartAggregatedFieldWells :: Type -> Type #

Show ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

NFData ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Eq ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Hashable ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

type Rep ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

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

newComboChartAggregatedFieldWells :: ComboChartAggregatedFieldWells Source #

Create a value of ComboChartAggregatedFieldWells 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:barValues:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_barValues - The aggregated BarValues field well of a combo chart.

$sel:category:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_category - The aggregated category field wells of a combo chart.

$sel:colors:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_colors - The aggregated colors field well of a combo chart.

$sel:lineValues:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_lineValues - The aggregated LineValues field well of a combo chart.

comboChartAggregatedFieldWells_barValues :: Lens' ComboChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated BarValues field well of a combo chart.

comboChartAggregatedFieldWells_lineValues :: Lens' ComboChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated LineValues field well of a combo chart.