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

Description

 
Synopsis

Documentation

data AxisScale Source #

The scale setup options for a numeric axis display.

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

See: newAxisScale smart constructor.

Constructors

AxisScale' 

Fields

Instances

Instances details
FromJSON AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

ToJSON AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Generic AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Associated Types

type Rep AxisScale :: Type -> Type #

Read AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Show AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

NFData AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Methods

rnf :: AxisScale -> () #

Eq AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Hashable AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

type Rep AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

type Rep AxisScale = D1 ('MetaData "AxisScale" "Amazonka.QuickSight.Types.AxisScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linear") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLinearScale)) :*: S1 ('MetaSel ('Just "logarithmic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLogarithmicScale))))

newAxisScale :: AxisScale Source #

Create a value of AxisScale 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:linear:AxisScale', axisScale_linear - The linear axis scale setup.

$sel:logarithmic:AxisScale', axisScale_logarithmic - The logarithmic axis scale setup.

axisScale_linear :: Lens' AxisScale (Maybe AxisLinearScale) Source #

The linear axis scale setup.