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

Description

 
Synopsis

Documentation

data FunnelChartFieldWells Source #

The field well configuration of a FunnelChartVisual.

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

See: newFunnelChartFieldWells smart constructor.

Constructors

FunnelChartFieldWells' 

Fields

Instances

Instances details
FromJSON FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

ToJSON FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Generic FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Associated Types

type Rep FunnelChartFieldWells :: Type -> Type #

Show FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

NFData FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Methods

rnf :: FunnelChartFieldWells -> () #

Eq FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Hashable FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

type Rep FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

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

newFunnelChartFieldWells :: FunnelChartFieldWells Source #

Create a value of FunnelChartFieldWells 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:funnelChartAggregatedFieldWells:FunnelChartFieldWells', funnelChartFieldWells_funnelChartAggregatedFieldWells - The field well configuration of a FunnelChartVisual.