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

Description

 
Synopsis

Documentation

data ComboChartFieldWells Source #

The field wells of the visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newComboChartFieldWells smart constructor.

Constructors

ComboChartFieldWells' 

Fields

Instances

Instances details
FromJSON ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

ToJSON ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Generic ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Associated Types

type Rep ComboChartFieldWells :: Type -> Type #

Show ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

NFData ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Methods

rnf :: ComboChartFieldWells -> () #

Eq ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Hashable ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

type Rep ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

type Rep ComboChartFieldWells = D1 ('MetaData "ComboChartFieldWells" "Amazonka.QuickSight.Types.ComboChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComboChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comboChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComboChartAggregatedFieldWells))))

newComboChartFieldWells :: ComboChartFieldWells Source #

Create a value of ComboChartFieldWells 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:comboChartAggregatedFieldWells:ComboChartFieldWells', comboChartFieldWells_comboChartAggregatedFieldWells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

comboChartFieldWells_comboChartAggregatedFieldWells :: Lens' ComboChartFieldWells (Maybe ComboChartAggregatedFieldWells) Source #

The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.