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

Description

 
Synopsis

Documentation

data AxisLabelReferenceOptions Source #

The reference that specifies where the axis label is applied to.

See: newAxisLabelReferenceOptions smart constructor.

Constructors

AxisLabelReferenceOptions' 

Fields

Instances

Instances details
FromJSON AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

ToJSON AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Generic AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Associated Types

type Rep AxisLabelReferenceOptions :: Type -> Type #

Read AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Show AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

NFData AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Eq AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Hashable AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

type Rep AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

type Rep AxisLabelReferenceOptions = D1 ('MetaData "AxisLabelReferenceOptions" "Amazonka.QuickSight.Types.AxisLabelReferenceOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisLabelReferenceOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier)))

newAxisLabelReferenceOptions Source #

Create a value of AxisLabelReferenceOptions 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:fieldId:AxisLabelReferenceOptions', axisLabelReferenceOptions_fieldId - The field that the axis label is targeted to.

$sel:column:AxisLabelReferenceOptions', axisLabelReferenceOptions_column - The column that the axis label is targeted to.

axisLabelReferenceOptions_fieldId :: Lens' AxisLabelReferenceOptions Text Source #

The field that the axis label is targeted to.