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

Description

 
Synopsis

Documentation

data AxisLogarithmicScale Source #

The logarithmic axis scale setup.

See: newAxisLogarithmicScale smart constructor.

Constructors

AxisLogarithmicScale' 

Fields

Instances

Instances details
FromJSON AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

ToJSON AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Generic AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Associated Types

type Rep AxisLogarithmicScale :: Type -> Type #

Read AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Show AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

NFData AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Methods

rnf :: AxisLogarithmicScale -> () #

Eq AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Hashable AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

type Rep AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

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

newAxisLogarithmicScale :: AxisLogarithmicScale Source #

Create a value of AxisLogarithmicScale 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:base:AxisLogarithmicScale', axisLogarithmicScale_base - The base setup of a logarithmic axis scale.

axisLogarithmicScale_base :: Lens' AxisLogarithmicScale (Maybe Double) Source #

The base setup of a logarithmic axis scale.