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

Description

 
Synopsis

Documentation

data ScatterPlotCategoricallyAggregatedFieldWells Source #

The aggregated field well of a scatter plot.

See: newScatterPlotCategoricallyAggregatedFieldWells smart constructor.

Constructors

ScatterPlotCategoricallyAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

ToJSON ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Generic ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Show ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

NFData ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Eq ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Hashable ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

type Rep ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

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

newScatterPlotCategoricallyAggregatedFieldWells :: ScatterPlotCategoricallyAggregatedFieldWells Source #

Create a value of ScatterPlotCategoricallyAggregatedFieldWells 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:category:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_category - The category field well of a scatter plot.

$sel:size:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_size - The size field well of a scatter plot.

$sel:xAxis:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_xAxis - The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

$sel:yAxis:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_yAxis - The y-axis field well of a scatter plot.

The y-axis is aggregated by category.

scatterPlotCategoricallyAggregatedFieldWells_xAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

scatterPlotCategoricallyAggregatedFieldWells_yAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.