/AWS1/CL_QSTTPCV2DSRELATIONE00¶
A structure that represents an endpoint of a data set relation of a topic.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
it_columnnames TYPE /AWS1/CL_QSTTPCV2DSRELATIONC00=>TT_TOPICV2DSRELATIONCOLMNAMES TT_TOPICV2DSRELATIONCOLMNAMES¶
The names of the columns that are used in the data set relation.
Queryable Attributes¶
DataSetArn¶
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
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 |
ColumnNames¶
The names of the columns that are used in the data set relation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNNAMES() |
Getter for COLUMNNAMES, with configurable default |
ASK_COLUMNNAMES() |
Getter for COLUMNNAMES w/ exceptions if field has no value |
HAS_COLUMNNAMES() |
Determine if COLUMNNAMES has a value |