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

Description

 
Synopsis

Documentation

data BarChartFieldWells Source #

The field wells of a BarChartVisual.

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

See: newBarChartFieldWells smart constructor.

Constructors

BarChartFieldWells' 

Fields

Instances

Instances details
FromJSON BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

ToJSON BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Generic BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Associated Types

type Rep BarChartFieldWells :: Type -> Type #

Show BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

NFData BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Methods

rnf :: BarChartFieldWells -> () #

Eq BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Hashable BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

type Rep BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

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

newBarChartFieldWells :: BarChartFieldWells Source #

Create a value of BarChartFieldWells 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:barChartAggregatedFieldWells:BarChartFieldWells', barChartFieldWells_barChartAggregatedFieldWells - The aggregated field wells of a bar chart.