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

Class: Aws::MTurk::Types::DisassociateQualificationFromWorkerRequest

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

Overview

Note:

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

{
  worker_id: "CustomerId", # required
  qualification_type_id: "EntityId", # required
  reason: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#qualification_type_idString

The ID of the Qualification type of the Qualification to be revoked.

Returns:

  • (String)

    The ID of the Qualification type of the Qualification to be revoked.

#reasonString

A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

Returns:

  • (String)

    A text message that explains why the Qualification was revoked.

#worker_idString

The ID of the Worker who possesses the Qualification to be revoked.

Returns:

  • (String)

    The ID of the Worker who possesses the Qualification to be revoked.