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

Description

 
Synopsis

Documentation

data TotalAggregationComputation Source #

The total aggregation computation configuration.

See: newTotalAggregationComputation smart constructor.

Constructors

TotalAggregationComputation' 

Fields

Instances

Instances details
FromJSON TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

ToJSON TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Generic TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Associated Types

type Rep TotalAggregationComputation :: Type -> Type #

Show TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

NFData TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Eq TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Hashable TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

type Rep TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

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

newTotalAggregationComputation Source #

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

$sel:computationId:TotalAggregationComputation', totalAggregationComputation_computationId - The ID for a computation.

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