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

Description

 
Synopsis

Documentation

data LineChartFieldWells Source #

The field well configuration of a line chart.

See: newLineChartFieldWells smart constructor.

Constructors

LineChartFieldWells' 

Fields

Instances

Instances details
FromJSON LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

ToJSON LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Generic LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Associated Types

type Rep LineChartFieldWells :: Type -> Type #

Show LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

NFData LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Methods

rnf :: LineChartFieldWells -> () #

Eq LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Hashable LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

type Rep LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

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

newLineChartFieldWells :: LineChartFieldWells Source #

Create a value of LineChartFieldWells 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:lineChartAggregatedFieldWells:LineChartFieldWells', lineChartFieldWells_lineChartAggregatedFieldWells - The field well configuration of a line chart.