Class: Aws::MTurk::Types::DeleteWorkerBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::DeleteWorkerBlockRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
A message that explains the reason for unblocking the Worker.
-
#worker_id ⇒ String
The ID of the Worker to unblock.
Instance Attribute Details
#reason ⇒ String
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
796 797 798 799 800 801 |
# File 'lib/aws-sdk-mturk/types.rb', line 796 class DeleteWorkerBlockRequest < Struct.new( :worker_id, :reason) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The ID of the Worker to unblock.
796 797 798 799 800 801 |
# File 'lib/aws-sdk-mturk/types.rb', line 796 class DeleteWorkerBlockRequest < Struct.new( :worker_id, :reason) SENSITIVE = [] include Aws::Structure end |