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

Class: Aws::MTurk::Types::ListReviewableHITsRequest

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

Overview

Note:

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

{
  hit_type_id: "EntityId",
  status: "Reviewable", # accepts Reviewable, Reviewing
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#hit_type_idString

The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered

Returns:

  • (String)

    The ID of the HIT type of the HITs to consider for the query.

#max_resultsInteger

Limit the number of results returned.

Returns:

  • (Integer)

    Limit the number of results returned.

#next_tokenString

Pagination Token

Returns:

  • (String)

    Pagination Token.

#statusString

Can be either Reviewable or Reviewing. Reviewable is the default value.

Possible values:

  • Reviewable
  • Reviewing

Returns:

  • (String)

    Can be either Reviewable or Reviewing.