aws.mturk.list_worker_blocks
Example SQL Queries
SELECT * FROMaws.mturk.list_worker_blocks;Description
The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| num_results The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call. | BIGINT |
| worker_blocks The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking. | STRUCT( |
Show child fields
| |