/AWS1/CL_BDOCREATEDATASETRSP¶
CreateDatasetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetarn TYPE /AWS1/BDODATASETARN /AWS1/BDODATASETARN¶
The Amazon Resource Name (ARN) of the created dataset.
iv_datasetid TYPE /AWS1/BDODATASETID /AWS1/BDODATASETID¶
The unique identifier of the created dataset.
iv_status TYPE /AWS1/BDODATASETSTATUS /AWS1/BDODATASETSTATUS¶
Always CREATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED.
iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the dataset was created.
Queryable Attributes¶
datasetArn¶
The Amazon Resource Name (ARN) of the created dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |
datasetId¶
The unique identifier of the created dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
status¶
Always CREATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED.
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 |
createdAt¶
The timestamp when the dataset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |