/AWS1/CL_TCECREATEREGRECORDRSP¶
Response structure for creating a registry record
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_recordarn TYPE /AWS1/TCEREGISTRYRECORDARN /AWS1/TCEREGISTRYRECORDARN¶
The ARN of the created registry record
iv_status TYPE /AWS1/TCEREGISTRYRECORDSTATUS /AWS1/TCEREGISTRYRECORDSTATUS¶
The status of the registry record, set to CREATING while the asynchronous workflow is in progress
Queryable Attributes¶
recordArn¶
The ARN of the created registry record
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDARN() |
Getter for RECORDARN, with configurable default |
ASK_RECORDARN() |
Getter for RECORDARN w/ exceptions if field has no value |
HAS_RECORDARN() |
Determine if RECORDARN has a value |
status¶
The status of the registry record, set to CREATING while the asynchronous workflow is in progress
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |