Class: Aws::MTurk::Types::AssociateQualificationWithWorkerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integer_valueInteger

The value of the Qualification to assign.



180
181
182
183
184
185
186
187
# File 'lib/aws-sdk-mturk/types.rb', line 180

class AssociateQualificationWithWorkerRequest < Struct.new(
  :qualification_type_id,
  :worker_id,
  :integer_value,
  :send_notification)
  SENSITIVE = []
  include Aws::Structure
end

#qualification_type_idString

The ID of the Qualification type to use for the assigned Qualification.



180
181
182
183
184
185
186
187
# File 'lib/aws-sdk-mturk/types.rb', line 180

class AssociateQualificationWithWorkerRequest < Struct.new(
  :qualification_type_id,
  :worker_id,
  :integer_value,
  :send_notification)
  SENSITIVE = []
  include Aws::Structure
end

#send_notificationBoolean

Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.



180
181
182
183
184
185
186
187
# File 'lib/aws-sdk-mturk/types.rb', line 180

class AssociateQualificationWithWorkerRequest < Struct.new(
  :qualification_type_id,
  :worker_id,
  :integer_value,
  :send_notification)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.



180
181
182
183
184
185
186
187
# File 'lib/aws-sdk-mturk/types.rb', line 180

class AssociateQualificationWithWorkerRequest < Struct.new(
  :qualification_type_id,
  :worker_id,
  :integer_value,
  :send_notification)
  SENSITIVE = []
  include Aws::Structure
end