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

Description

 
Synopsis

Documentation

data PeriodOverPeriodComputation Source #

The period over period computation configuration.

See: newPeriodOverPeriodComputation smart constructor.

Constructors

PeriodOverPeriodComputation' 

Fields

Instances

Instances details
FromJSON PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

ToJSON PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Generic PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Associated Types

type Rep PeriodOverPeriodComputation :: Type -> Type #

Show PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

NFData PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Eq PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Hashable PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

type Rep PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

type Rep PeriodOverPeriodComputation = D1 ('MetaData "PeriodOverPeriodComputation" "Amazonka.QuickSight.Types.PeriodOverPeriodComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PeriodOverPeriodComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))

newPeriodOverPeriodComputation Source #

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

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

$sel:computationId:PeriodOverPeriodComputation', periodOverPeriodComputation_computationId - The ID for a computation.

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