Class: Aws::MTurk::Types::AssociateQualificationWithWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::AssociateQualificationWithWorkerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integer_value ⇒ Integer
The value of the Qualification to assign.
-
#qualification_type_id ⇒ String
The ID of the Qualification type to use for the assigned Qualification.
-
#send_notification ⇒ Boolean
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker.
-
#worker_id ⇒ String
The ID of the Worker to whom the Qualification is being assigned.
Instance Attribute Details
#integer_value ⇒ Integer
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_id ⇒ String
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_notification ⇒ Boolean
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_id ⇒ String
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 |