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

Class: Aws::MTurk::Types::ListAssignmentsForHITRequest

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

Overview

Note:

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

{
  hit_id: "EntityId", # required
  next_token: "PaginationToken",
  max_results: 1,
  assignment_statuses: ["Submitted"], # accepts Submitted, Approved, Rejected
}

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_statusesArray<String>

The status of the assignments to return: Submitted | Approved | Rejected

Returns:

  • (Array<String>)

    The status of the assignments to return: Submitted | Approved | Rejected.

#hit_idString

The ID of the HIT.

Returns:

  • (String)

    The ID of the HIT.

#max_resultsInteger

Returns:

  • (Integer)

#next_tokenString

Pagination token

Returns:

  • (String)

    Pagination token.