/AWS1/CL_QSTTPCREFRESHSCHDSUMM¶
A summary of the refresh schedule details for a dataset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_datasetid TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The ID of the dataset.
iv_datasetarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the dataset.
iv_datasetname TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The name of the dataset.
io_refreshschedule TYPE REF TO /AWS1/CL_QSTTOPICREFRESHSCHD /AWS1/CL_QSTTOPICREFRESHSCHD¶
The definition of a refresh schedule.
Queryable Attributes¶
DatasetId¶
The ID of the 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 |
DatasetArn¶
The Amazon Resource Name (ARN) of the 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 |
DatasetName¶
The name of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME has a value |
RefreshSchedule¶
The definition of a refresh schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFRESHSCHEDULE() |
Getter for REFRESHSCHEDULE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOPICREFRESHSCHEDULESUMS¶
TYPES TT_TOPICREFRESHSCHEDULESUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTPCREFRESHSCHDSUMM WITH DEFAULT KEY
.