You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MTurk::Types::HITLayoutParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::HITLayoutParameter
- Defined in:
- (unknown)
Overview
Note:
When passing HITLayoutParameter as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "String", # required
value: "String", # required
}
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.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the parameter in the HITLayout.
-
#value ⇒ String
The value substituted for the parameter referenced in the HITLayout.
Instance Attribute Details
#name ⇒ String
The name of the parameter in the HITLayout.
#value ⇒ String
The value substituted for the parameter referenced in the HITLayout.