/AWS1/CL_CNTCREATEDATATABLERSP¶
CreateDataTableResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID¶
The unique identifier for the created data table. Does not include the version alias.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.
io_lockversion TYPE REF TO /AWS1/CL_CNTDATATABLELOCKVRS /AWS1/CL_CNTDATATABLELOCKVRS¶
The lock version information for the created data table, used for optimistic locking and table versioning.
Queryable Attributes¶
Id¶
The unique identifier for the created data table. Does not include the version alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
LockVersion¶
The lock version information for the created data table, used for optimistic locking and table versioning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCKVERSION() |
Getter for LOCKVERSION |