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

Description

 
Synopsis

Documentation

data ScatterPlotFieldWells Source #

The field well configuration of a scatter plot.

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

See: newScatterPlotFieldWells smart constructor.

Constructors

ScatterPlotFieldWells' 

Fields

Instances

Instances details
FromJSON ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

ToJSON ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Generic ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Associated Types

type Rep ScatterPlotFieldWells :: Type -> Type #

Show ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

NFData ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Methods

rnf :: ScatterPlotFieldWells -> () #

Eq ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Hashable ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

type Rep ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

type Rep ScatterPlotFieldWells = D1 ('MetaData "ScatterPlotFieldWells" "Amazonka.QuickSight.Types.ScatterPlotFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ScatterPlotFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scatterPlotCategoricallyAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScatterPlotCategoricallyAggregatedFieldWells)) :*: S1 ('MetaSel ('Just "scatterPlotUnaggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScatterPlotUnaggregatedFieldWells))))

newScatterPlotFieldWells :: ScatterPlotFieldWells Source #

Create a value of ScatterPlotFieldWells 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:scatterPlotCategoricallyAggregatedFieldWells:ScatterPlotFieldWells', scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.

$sel:scatterPlotUnaggregatedFieldWells:ScatterPlotFieldWells', scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.

scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotCategoricallyAggregatedFieldWells) Source #

The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.

scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotUnaggregatedFieldWells) Source #

The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.