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 SetVariableAction Source #
Information about the variable and its new value.
See: newSetVariableAction
smart constructor.
SetVariableAction' | |
|
Instances
Create a value of SetVariableAction
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:variableName:SetVariableAction'
, setVariableAction_variableName
- The name of the variable.
$sel:value:SetVariableAction'
, setVariableAction_value
- The new value of the variable.
setVariableAction_variableName :: Lens' SetVariableAction Text Source #
The name of the variable.
setVariableAction_value :: Lens' SetVariableAction Text Source #
The new value of the variable.