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

Description

 
Synopsis

Documentation

data GrowthRateComputation Source #

The growth rate computation configuration.

See: newGrowthRateComputation smart constructor.

Constructors

GrowthRateComputation' 

Fields

Instances

Instances details
FromJSON GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

ToJSON GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Generic GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Associated Types

type Rep GrowthRateComputation :: Type -> Type #

Show GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

NFData GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Methods

rnf :: GrowthRateComputation -> () #

Eq GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Hashable GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

type Rep GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

type Rep GrowthRateComputation = D1 ('MetaData "GrowthRateComputation" "Amazonka.QuickSight.Types.GrowthRateComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GrowthRateComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "periodSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField)))))

newGrowthRateComputation Source #

Create a value of GrowthRateComputation 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:name:GrowthRateComputation', growthRateComputation_name - The name of a computation.

$sel:periodSize:GrowthRateComputation', growthRateComputation_periodSize - The period size setup of a growth rate computation.

$sel:value:GrowthRateComputation', growthRateComputation_value - The value field that is used in a computation.

$sel:computationId:GrowthRateComputation', growthRateComputation_computationId - The ID for a computation.

$sel:time:GrowthRateComputation', growthRateComputation_time - The time field that is used in a computation.

growthRateComputation_periodSize :: Lens' GrowthRateComputation (Maybe Natural) Source #

The period size setup of a growth rate computation.

growthRateComputation_value :: Lens' GrowthRateComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

growthRateComputation_time :: Lens' GrowthRateComputation DimensionField Source #

The time field that is used in a computation.