You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateQualificationWithWorkerRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  qualification_type_id: "EntityId", # required
  worker_id: "CustomerId", # required
  integer_value: 1,
  send_notification: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#integer_valueInteger

The value of the Qualification to assign.

Returns:

  • (Integer)

    The value of the Qualification to assign.

#qualification_type_idString

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

Returns:

  • (String)

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

#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.

Returns:

  • (Boolean)

    Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker.

#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.

Returns:

  • (String)

    The ID of the Worker to whom the Qualification is being assigned.