Class: Aws::MTurk::Types::RejectAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::RejectAssignmentRequest
- 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.
-
#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.
2214 2215 2216 2217 2218 2219 |
# File 'lib/aws-sdk-mturk/types.rb', line 2214 class RejectAssignmentRequest < Struct.new( :assignment_id, :requester_feedback) 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.
2214 2215 2216 2217 2218 2219 |
# File 'lib/aws-sdk-mturk/types.rb', line 2214 class RejectAssignmentRequest < Struct.new( :assignment_id, :requester_feedback) SENSITIVE = [] include Aws::Structure end |