Class: Aws::MTurk::Types::CreateWorkerBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::CreateWorkerBlockRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
A message explaining the reason for blocking the Worker.
-
#worker_id ⇒ String
The ID of the Worker to block.
Instance Attribute Details
#reason ⇒ String
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.
742 743 744 745 746 747 |
# File 'lib/aws-sdk-mturk/types.rb', line 742 class CreateWorkerBlockRequest < Struct.new( :worker_id, :reason) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The ID of the Worker to block.
742 743 744 745 746 747 |
# File 'lib/aws-sdk-mturk/types.rb', line 742 class CreateWorkerBlockRequest < Struct.new( :worker_id, :reason) SENSITIVE = [] include Aws::Structure end |