/AWS1/CL_MTULSTWORKERBLOCKSRSP¶
ListWorkerBlocksResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MTUPAGINATIONTOKEN /AWS1/MTUPAGINATIONTOKEN¶
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
iv_numresults TYPE /AWS1/MTUINTEGER /AWS1/MTUINTEGER¶
The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.
it_workerblocks TYPE /AWS1/CL_MTUWORKERBLOCK=>TT_WORKERBLOCKLIST TT_WORKERBLOCKLIST¶
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
Queryable Attributes¶
NextToken¶
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
NumResults¶
The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMRESULTS() |
Getter for NUMRESULTS, with configurable default |
ASK_NUMRESULTS() |
Getter for NUMRESULTS w/ exceptions if field has no value |
HAS_NUMRESULTS() |
Determine if NUMRESULTS has a value |
WorkerBlocks¶
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERBLOCKS() |
Getter for WORKERBLOCKS, with configurable default |
ASK_WORKERBLOCKS() |
Getter for WORKERBLOCKS w/ exceptions if field has no value |
HAS_WORKERBLOCKS() |
Determine if WORKERBLOCKS has a value |