/AWS1/CL_CNTDATATABLESUMMARY¶
A data table summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME¶
The summary's name.
iv_id TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID¶
The summary's ID.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The summary's ARN.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The summary's last modified time.
iv_lastmodifiedregion TYPE /AWS1/CNTREGIONNAME /AWS1/CNTREGIONNAME¶
The summary's last modified region.
Queryable Attributes¶
Name¶
The summary's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Id¶
The summary's ID.
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 summary's ARN.
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 |
LastModifiedTime¶
The summary's last modified time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastModifiedRegion¶
The summary's last modified region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION, with configurable default |
ASK_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION w/ exceptions if field has no |
HAS_LASTMODIFIEDREGION() |
Determine if LASTMODIFIEDREGION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATATABLESUMMARYLIST¶
TYPES TT_DATATABLESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTDATATABLESUMMARY WITH DEFAULT KEY
.