/AWS1/CL_CNTCREATEQUEUERSP¶
CreateQueueResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_queuearn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the queue.
iv_queueid TYPE /AWS1/CNTQUEUEID /AWS1/CNTQUEUEID¶
The identifier for the queue.
Queryable Attributes¶
QueueArn¶
The Amazon Resource Name (ARN) of the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEARN() |
Getter for QUEUEARN, with configurable default |
ASK_QUEUEARN() |
Getter for QUEUEARN w/ exceptions if field has no value |
HAS_QUEUEARN() |
Determine if QUEUEARN has a value |
QueueId¶
The identifier for the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEID() |
Getter for QUEUEID, with configurable default |
ASK_QUEUEID() |
Getter for QUEUEID w/ exceptions if field has no value |
HAS_QUEUEID() |
Determine if QUEUEID has a value |