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

Description

 
Synopsis

Documentation

data BoxPlotFieldWells Source #

The field wells of a BoxPlotVisual.

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

See: newBoxPlotFieldWells smart constructor.

Constructors

BoxPlotFieldWells' 

Fields

Instances

Instances details
FromJSON BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

ToJSON BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Generic BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Associated Types

type Rep BoxPlotFieldWells :: Type -> Type #

Show BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

NFData BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Methods

rnf :: BoxPlotFieldWells -> () #

Eq BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Hashable BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

type Rep BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

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

newBoxPlotFieldWells :: BoxPlotFieldWells Source #

Create a value of BoxPlotFieldWells 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:boxPlotAggregatedFieldWells:BoxPlotFieldWells', boxPlotFieldWells_boxPlotAggregatedFieldWells - The aggregated field wells of a box plot.