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

Class: Aws::MTurk::Types::ApproveAssignmentRequest

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

Overview

Note:

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

{
  assignment_id: "EntityId", # required
  requester_feedback: "String",
  override_rejection: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

Returns:

  • (String)

    The ID of the assignment.

#override_rejectionBoolean

A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.

Returns:

  • (Boolean)

    A flag indicating that an assignment should be approved even if it was previously rejected.

#requester_feedbackString

A message for the Worker, which the Worker can see in the Status section of the web site.

Returns:

  • (String)

    A message for the Worker, which the Worker can see in the Status section of the web site.