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

Class: Aws::MTurk::Types::DeleteWorkerBlockRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

A message that explains the reason for unblocking the Worker. The Worker does not see this message.

Returns:

  • (String)

    A message that explains the reason for unblocking the Worker.

#worker_idString

The ID of the Worker to unblock.

Returns:

  • (String)

    The ID of the Worker to unblock.