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

Description

 
Synopsis

Documentation

data PivotTableFieldWells Source #

The field wells for a pivot table visual.

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

See: newPivotTableFieldWells smart constructor.

Constructors

PivotTableFieldWells' 

Fields

Instances

Instances details
FromJSON PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

ToJSON PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Generic PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Associated Types

type Rep PivotTableFieldWells :: Type -> Type #

Show PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

NFData PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Methods

rnf :: PivotTableFieldWells -> () #

Eq PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Hashable PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

type Rep PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

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

newPivotTableFieldWells :: PivotTableFieldWells Source #

Create a value of PivotTableFieldWells 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:pivotTableAggregatedFieldWells:PivotTableFieldWells', pivotTableFieldWells_pivotTableAggregatedFieldWells - The aggregated field well for the pivot table.