Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data MathActivity Source #
An activity that computes an arithmetic expression using the message's attributes.
See: newMathActivity
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> MathActivity |
Create a value of MathActivity
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:next:MathActivity'
, mathActivity_next
- The next activity in the pipeline.
$sel:name:MathActivity'
, mathActivity_name
- The name of the math activity.
$sel:attribute:MathActivity'
, mathActivity_attribute
- The name of the attribute that contains the result of the math
operation.
$sel:math:MathActivity'
, mathActivity_math
- An expression that uses one or more existing attributes and must return
an integer value.
mathActivity_next :: Lens' MathActivity (Maybe Text) Source #
The next activity in the pipeline.
mathActivity_name :: Lens' MathActivity Text Source #
The name of the math activity.
mathActivity_attribute :: Lens' MathActivity Text Source #
The name of the attribute that contains the result of the math operation.
mathActivity_math :: Lens' MathActivity Text Source #
An expression that uses one or more existing attributes and must return an integer value.