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

Description

 
Synopsis

Documentation

data BoxPlotAggregatedFieldWells Source #

The aggregated field well for a box plot.

See: newBoxPlotAggregatedFieldWells smart constructor.

Constructors

BoxPlotAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

ToJSON BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Generic BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Associated Types

type Rep BoxPlotAggregatedFieldWells :: Type -> Type #

Show BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

NFData BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Eq BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Hashable BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

type Rep BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

type Rep BoxPlotAggregatedFieldWells = D1 ('MetaData "BoxPlotAggregatedFieldWells" "Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newBoxPlotAggregatedFieldWells :: BoxPlotAggregatedFieldWells Source #

Create a value of BoxPlotAggregatedFieldWells 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:groupBy:BoxPlotAggregatedFieldWells', boxPlotAggregatedFieldWells_groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.

$sel:values:BoxPlotAggregatedFieldWells', boxPlotAggregatedFieldWells_values - The value field well of a box plot chart. Values are aggregated based on group by fields.

boxPlotAggregatedFieldWells_groupBy :: Lens' BoxPlotAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a box plot chart. Values are grouped based on group by fields.

boxPlotAggregatedFieldWells_values :: Lens' BoxPlotAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field well of a box plot chart. Values are aggregated based on group by fields.