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

Class: Aws::MTurk::Types::ListReviewPolicyResultsForHITRequest

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

Overview

Note:

When passing ListReviewPolicyResultsForHITRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  hit_id: "EntityId", # required
  policy_levels: ["Assignment"], # accepts Assignment, HIT
  retrieve_actions: false,
  retrieve_results: false,
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#hit_idString

The unique identifier of the HIT to retrieve review results for.

Returns:

  • (String)

    The unique identifier of the HIT to retrieve review results for.

#max_resultsInteger

Limit the number of results returned.

Returns:

  • (Integer)

    Limit the number of results returned.

#next_tokenString

Pagination token

Returns:

  • (String)

    Pagination token.

#policy_levelsArray<String>

The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

Returns:

  • (Array<String>)

    The Policy Level(s) to retrieve review results for - HIT or Assignment.

#retrieve_actionsBoolean

Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

Returns:

  • (Boolean)

    Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

#retrieve_resultsBoolean

Specify if the operation should retrieve a list of the results computed by the Review Policies.

Returns:

  • (Boolean)

    Specify if the operation should retrieve a list of the results computed by the Review Policies.