Class: Aws::MTurk::Types::ParameterMapEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

Returns:

  • (String)


1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1871

class ParameterMapEntry < Struct.new(
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.

Returns:

  • (Array<String>)


1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1871

class ParameterMapEntry < Struct.new(
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end