Class: Aws::MTurk::Types::ApproveAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ApproveAssignmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-mturk/types.rb', line 54 class ApproveAssignmentRequest < Struct.new( :assignment_id, :requester_feedback, :override_rejection) SENSITIVE = [] include Aws::Structure end |
#override_rejection ⇒ Boolean
A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to ‘False`.
54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-mturk/types.rb', line 54 class ApproveAssignmentRequest < Struct.new( :assignment_id, :requester_feedback, :override_rejection) SENSITIVE = [] include Aws::Structure end |
#requester_feedback ⇒ String
A message for the Worker, which the Worker can see in the Status section of the web site.
54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-mturk/types.rb', line 54 class ApproveAssignmentRequest < Struct.new( :assignment_id, :requester_feedback, :override_rejection) SENSITIVE = [] include Aws::Structure end |