| 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.CalculatedField
Description
Synopsis
- data CalculatedField = CalculatedField' {
- dataSetIdentifier :: Text
- name :: Text
- expression :: Sensitive Text
- newCalculatedField :: Text -> Text -> Text -> CalculatedField
- calculatedField_dataSetIdentifier :: Lens' CalculatedField Text
- calculatedField_name :: Lens' CalculatedField Text
- calculatedField_expression :: Lens' CalculatedField Text
Documentation
data CalculatedField Source #
The calculated field of an analysis.
See: newCalculatedField smart constructor.
Constructors
| CalculatedField' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CalculatedField |
Create a value of CalculatedField 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:dataSetIdentifier:CalculatedField', calculatedField_dataSetIdentifier - The data set that is used in this calculated field.
$sel:name:CalculatedField', calculatedField_name - The name of the calculated field.
$sel:expression:CalculatedField', calculatedField_expression - The expression of the calculated field.
calculatedField_dataSetIdentifier :: Lens' CalculatedField Text Source #
The data set that is used in this calculated field.
calculatedField_name :: Lens' CalculatedField Text Source #
The name of the calculated field.
calculatedField_expression :: Lens' CalculatedField Text Source #
The expression of the calculated field.