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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


796
797
798
799
800
801
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 796

class DeleteWorkerBlockRequest < Struct.new(
  :worker_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The ID of the Worker to unblock.

Returns:

  • (String)


796
797
798
799
800
801
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 796

class DeleteWorkerBlockRequest < Struct.new(
  :worker_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end