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

Description

 
Synopsis

Documentation

data PieChartFieldWells Source #

The field well configuration of a pie chart.

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

See: newPieChartFieldWells smart constructor.

Constructors

PieChartFieldWells' 

Fields

Instances

Instances details
FromJSON PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

ToJSON PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Generic PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Associated Types

type Rep PieChartFieldWells :: Type -> Type #

Show PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

NFData PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Methods

rnf :: PieChartFieldWells -> () #

Eq PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Hashable PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

type Rep PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

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

newPieChartFieldWells :: PieChartFieldWells Source #

Create a value of PieChartFieldWells 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:pieChartAggregatedFieldWells:PieChartFieldWells', pieChartFieldWells_pieChartAggregatedFieldWells - The field well configuration of a pie chart.