| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.QuickSight.Types.TotalAggregationComputation
Description
Synopsis
- data TotalAggregationComputation = TotalAggregationComputation' {
- name :: Maybe Text
 - computationId :: Text
 - value :: MeasureField
 
 - newTotalAggregationComputation :: Text -> MeasureField -> TotalAggregationComputation
 - totalAggregationComputation_name :: Lens' TotalAggregationComputation (Maybe Text)
 - totalAggregationComputation_computationId :: Lens' TotalAggregationComputation Text
 - totalAggregationComputation_value :: Lens' TotalAggregationComputation MeasureField
 
Documentation
data TotalAggregationComputation Source #
The total aggregation computation configuration.
See: newTotalAggregationComputation smart constructor.
Constructors
| TotalAggregationComputation' | |
Fields 
  | |
Instances
newTotalAggregationComputation Source #
Arguments
| :: Text | |
| -> MeasureField | |
| -> TotalAggregationComputation | 
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.
totalAggregationComputation_name :: Lens' TotalAggregationComputation (Maybe Text) Source #
The name of a computation.
totalAggregationComputation_computationId :: Lens' TotalAggregationComputation Text Source #
The ID for a computation.
totalAggregationComputation_value :: Lens' TotalAggregationComputation MeasureField Source #
The value field that is used in a computation.