Class: Aws::MTurk::Types::CreateWorkerBlockRequest

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 explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.

Returns:

  • (String)


742
743
744
745
746
747
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 742

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

#worker_idString

The ID of the Worker to block.

Returns:

  • (String)


742
743
744
745
746
747
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 742

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