/AWS1/CL_BDOCREATEREGRECORDRSP¶
CreateRegistryRecordResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_recordarn TYPE /AWS1/BDOREGISTRYRECORDARN /AWS1/BDOREGISTRYRECORDARN¶
The Amazon Resource Name (ARN) of the created registry record.
iv_status TYPE /AWS1/BDOREGISTRYRECORDSTATUS /AWS1/BDOREGISTRYRECORDSTATUS¶
The status of the registry record. Set to
CREATINGwhile the asynchronous workflow is in progress.
Queryable Attributes¶
recordArn¶
The Amazon Resource Name (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
CREATINGwhile 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 |