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 |
Documentation
data ExpressionVariable Source #
Contains expression variable information.
See: newExpressionVariable
smart constructor.
ExpressionVariable' | |
|
Instances
newExpressionVariable Source #
:: Text | |
-> VariableValue | |
-> ExpressionVariable |
Create a value of ExpressionVariable
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:ExpressionVariable'
, expressionVariable_name
- The friendly name of the variable to be used in the expression.
$sel:value:ExpressionVariable'
, expressionVariable_value
- The variable that identifies an asset property from which to use values.
expressionVariable_name :: Lens' ExpressionVariable Text Source #
The friendly name of the variable to be used in the expression.
expressionVariable_value :: Lens' ExpressionVariable VariableValue Source #
The variable that identifies an asset property from which to use values.