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
- Struct
- Aws::MTurk::Types::ApproveAssignmentRequest
- 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
-
#assignment_id ⇒ String
The ID of the assignment.
-
#override_rejection ⇒ Boolean
A flag indicating that an assignment should be approved even if it was previously rejected.
-
#requester_feedback ⇒ String
A message for the Worker, which the Worker can see in the Status section of the web site.
Instance Attribute Details
#assignment_id ⇒ String
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
#override_rejection ⇒ Boolean
A flag indicating that an assignment should be approved even if it was
previously rejected. Defaults to False
.
#requester_feedback ⇒ String
A message for the Worker, which the Worker can see in the Status section of the web site.