/AWS1/CL_SQSLISTQUEUESRESULT¶
A list of your queues.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_queueurls TYPE /AWS1/CL_SQSQUEUEURLLIST_W=>TT_QUEUEURLLIST TT_QUEUEURLLIST¶
A list of queue URLs, up to 1,000 entries, or the value of
MaxResultsthat you sent in the request.
iv_nexttoken TYPE /AWS1/SQSTOKEN /AWS1/SQSTOKEN¶
Pagination token to include in the next request. Token value is
nullif there are no additional results to request, or if you did not setMaxResultsin the request.
Queryable Attributes¶
QueueUrls¶
A list of queue URLs, up to 1,000 entries, or the value of
MaxResultsthat you sent in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEURLS() |
Getter for QUEUEURLS, with configurable default |
ASK_QUEUEURLS() |
Getter for QUEUEURLS w/ exceptions if field has no value |
HAS_QUEUEURLS() |
Determine if QUEUEURLS has a value |
NextToken¶
Pagination token to include in the next request. Token value is
nullif there are no additional results to request, or if you did not setMaxResultsin the request.
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 |