| 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.Glue.Types.CodeGenNodeArg
Description
Synopsis
Documentation
data CodeGenNodeArg Source #
An argument or property of a node.
See: newCodeGenNodeArg smart constructor.
Constructors
| CodeGenNodeArg' | |
Instances
Create a value of CodeGenNodeArg 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:param:CodeGenNodeArg', codeGenNodeArg_param - True if the value is used as a parameter.
$sel:name:CodeGenNodeArg', codeGenNodeArg_name - The name of the argument or property.
$sel:value:CodeGenNodeArg', codeGenNodeArg_value - The value of the argument or property.
codeGenNodeArg_param :: Lens' CodeGenNodeArg (Maybe Bool) Source #
True if the value is used as a parameter.
codeGenNodeArg_name :: Lens' CodeGenNodeArg Text Source #
The name of the argument or property.
codeGenNodeArg_value :: Lens' CodeGenNodeArg Text Source #
The value of the argument or property.