| 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.MechanicalTurk.Types.HITLayoutParameter
Description
Synopsis
Documentation
data HITLayoutParameter Source #
The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable Amazon Mechanical Turk project template used to provide Human Intelligence Task (HIT) question data for CreateHIT.
See: newHITLayoutParameter smart constructor.
Constructors
| HITLayoutParameter' | |
Instances
newHITLayoutParameter Source #
Arguments
| :: Text | |
| -> Text | |
| -> HITLayoutParameter |
Create a value of HITLayoutParameter 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:HITLayoutParameter', hITLayoutParameter_name - The name of the parameter in the HITLayout.
$sel:value:HITLayoutParameter', hITLayoutParameter_value - The value substituted for the parameter referenced in the HITLayout.
hITLayoutParameter_name :: Lens' HITLayoutParameter Text Source #
The name of the parameter in the HITLayout.
hITLayoutParameter_value :: Lens' HITLayoutParameter Text Source #
The value substituted for the parameter referenced in the HITLayout.