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

Class: Aws::MTurk::Types::ListBonusPaymentsRequest

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

Overview

Note:

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

{
  hit_id: "EntityId",
  assignment_id: "EntityId",
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

Returns:

  • (String)

    The ID of the assignment associated with the bonus payments to retrieve.

#hit_idString

The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

Returns:

  • (String)

    The ID of the HIT associated with the bonus payments to retrieve.

#max_resultsInteger

Returns:

  • (Integer)

#next_tokenString

Pagination token

Returns:

  • (String)

    Pagination token.