You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MTurk::Types::ReviewResultDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This data structure is returned multiple times for each result specified in the Review Policy.

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

A unique identifier of the Review action result.

Returns:

  • (String)

    A unique identifier of the Review action result.

#keyString

Key identifies the particular piece of reviewed information.

Returns:

  • (String)

    Key identifies the particular piece of reviewed information.

#question_idString

Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker\'s performance on the HIT.

Returns:

  • (String)

    Specifies the QuestionId the result is describing.

#subject_idString

The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.

Returns:

  • (String)

    The HITID or AssignmentId about which this result was taken.

#subject_typeString

The type of the object from the SubjectId field.

Returns:

  • (String)

    The type of the object from the SubjectId field.

#valueString

The values of Key provided by the review policies you have selected.

Returns:

  • (String)

    The values of Key provided by the review policies you have selected.