/AWS1/CL_IOSDESCRDATASETRSP¶
DescribeDatasetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the dataset.
iv_datasetarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
iv_datasetname TYPE /AWS1/IOSRESTRICTEDNAME /AWS1/IOSRESTRICTEDNAME¶
The name of the dataset.
iv_datasetdescription TYPE /AWS1/IOSRESTRICTEDDESCRIPTION /AWS1/IOSRESTRICTEDDESCRIPTION¶
A description about the dataset, and its functionality.
io_datasetsource TYPE REF TO /AWS1/CL_IOSDATASETSOURCE /AWS1/CL_IOSDATASETSOURCE¶
The data source for the dataset.
io_datasetstatus TYPE REF TO /AWS1/CL_IOSDATASETSTATUS /AWS1/CL_IOSDATASETSTATUS¶
The status of the dataset. This contains the state and any error messages. State is
CREATINGafter a successfull call to this API, and any associated error message. The state isACTIVEwhen ready to use.
iv_datasetcreationdate TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The dataset creation date, in Unix epoch time.
iv_datasetlastupdatedate TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The date the dataset was last updated, in Unix epoch time.
Optional arguments:¶
iv_datasetversion TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION¶
The version of the dataset.
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 ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
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 |
datasetDescription¶
A description about the dataset, and its functionality.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETDESCRIPTION() |
Getter for DATASETDESCRIPTION, with configurable default |
ASK_DATASETDESCRIPTION() |
Getter for DATASETDESCRIPTION w/ exceptions if field has no |
HAS_DATASETDESCRIPTION() |
Determine if DATASETDESCRIPTION has a value |
datasetSource¶
The data source for the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETSOURCE() |
Getter for DATASETSOURCE |
datasetStatus¶
The status of the dataset. This contains the state and any error messages. State is
CREATINGafter a successfull call to this API, and any associated error message. The state isACTIVEwhen ready to use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETSTATUS() |
Getter for DATASETSTATUS |
datasetCreationDate¶
The dataset creation date, in Unix epoch time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETCREATIONDATE() |
Getter for DATASETCREATIONDATE, with configurable default |
ASK_DATASETCREATIONDATE() |
Getter for DATASETCREATIONDATE w/ exceptions if field has no |
HAS_DATASETCREATIONDATE() |
Determine if DATASETCREATIONDATE has a value |
datasetLastUpdateDate¶
The date the dataset was last updated, in Unix epoch time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETLASTUPDATEDATE() |
Getter for DATASETLASTUPDATEDATE, with configurable default |
ASK_DATASETLASTUPDATEDATE() |
Getter for DATASETLASTUPDATEDATE w/ exceptions if field has |
HAS_DATASETLASTUPDATEDATE() |
Determine if DATASETLASTUPDATEDATE has a value |
datasetVersion¶
The version of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETVERSION() |
Getter for DATASETVERSION, with configurable default |
ASK_DATASETVERSION() |
Getter for DATASETVERSION w/ exceptions if field has no valu |
HAS_DATASETVERSION() |
Determine if DATASETVERSION has a value |