| 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.CalculatedMeasureField
Description
Synopsis
- data CalculatedMeasureField = CalculatedMeasureField' {
- fieldId :: Text
- expression :: Sensitive Text
- newCalculatedMeasureField :: Text -> Text -> CalculatedMeasureField
- calculatedMeasureField_fieldId :: Lens' CalculatedMeasureField Text
- calculatedMeasureField_expression :: Lens' CalculatedMeasureField Text
Documentation
data CalculatedMeasureField Source #
The table calculation measure field for pivot tables.
See: newCalculatedMeasureField smart constructor.
Constructors
| CalculatedMeasureField' | |
Fields
| |
Instances
newCalculatedMeasureField Source #
Arguments
| :: Text | |
| -> Text | |
| -> CalculatedMeasureField |
Create a value of CalculatedMeasureField 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:fieldId:CalculatedMeasureField', calculatedMeasureField_fieldId - The custom field ID.
$sel:expression:CalculatedMeasureField', calculatedMeasureField_expression - The expression in the table calculation.
calculatedMeasureField_fieldId :: Lens' CalculatedMeasureField Text Source #
The custom field ID.
calculatedMeasureField_expression :: Lens' CalculatedMeasureField Text Source #
The expression in the table calculation.