Class: Aws::MTurk::Types::HITLayoutParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/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

Instance Attribute Details

#nameString

The name of the parameter in the HITLayout.

Returns:

  • (String)


1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1149

class HITLayoutParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value substituted for the parameter referenced in the HITLayout.

Returns:

  • (String)


1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1149

class HITLayoutParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end