Class: Aws::MTurk::Types::HITLayoutParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::HITLayoutParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mturk/types.rb', line 1149 class HITLayoutParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value substituted for the parameter referenced in the HITLayout.
1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mturk/types.rb', line 1149 class HITLayoutParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |