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

Description

 
Synopsis

Documentation

data ScatterPlotUnaggregatedFieldWells Source #

The unaggregated field wells of a scatter plot.

See: newScatterPlotUnaggregatedFieldWells smart constructor.

Constructors

ScatterPlotUnaggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

ToJSON ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Generic ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Associated Types

type Rep ScatterPlotUnaggregatedFieldWells :: Type -> Type #

Show ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

NFData ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Eq ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Hashable ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

type Rep ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

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

newScatterPlotUnaggregatedFieldWells :: ScatterPlotUnaggregatedFieldWells Source #

Create a value of ScatterPlotUnaggregatedFieldWells 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:size:ScatterPlotUnaggregatedFieldWells', scatterPlotUnaggregatedFieldWells_size - The size field well of a scatter plot.

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

The x-axis is a dimension field and cannot be aggregated.

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

The y-axis is a dimension field and cannot be aggregated.

scatterPlotUnaggregatedFieldWells_xAxis :: Lens' ScatterPlotUnaggregatedFieldWells (Maybe [DimensionField]) Source #

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

scatterPlotUnaggregatedFieldWells_yAxis :: Lens' ScatterPlotUnaggregatedFieldWells (Maybe [DimensionField]) Source #

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.