Class: Aws::MTurk::Types::RejectAssignmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2214

class RejectAssignmentRequest < Struct.new(
  :assignment_id,
  :requester_feedback)
  SENSITIVE = []
  include Aws::Structure
end

#requester_feedbackString

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

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2214

class RejectAssignmentRequest < Struct.new(
  :assignment_id,
  :requester_feedback)
  SENSITIVE = []
  include Aws::Structure
end