/AWS1/CL_IOSCREASSETMODELRSP¶
CreateAssetModelResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetmodelid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the asset model, in UUID format. You can use this ID when you call other IoT SiteWise API operations.
iv_assetmodelarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the asset model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
io_assetmodelstatus TYPE REF TO /AWS1/CL_IOSASSETMODELSTATUS /AWS1/CL_IOSASSETMODELSTATUS¶
The status of the asset model, which contains a state (
CREATINGafter successfully calling this operation) and any error message.
Queryable Attributes¶
assetModelId¶
The ID of the asset model, in UUID format. You can use this ID when you call other IoT SiteWise API operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELID() |
Getter for ASSETMODELID, with configurable default |
ASK_ASSETMODELID() |
Getter for ASSETMODELID w/ exceptions if field has no value |
HAS_ASSETMODELID() |
Determine if ASSETMODELID has a value |
assetModelArn¶
The ARN of the asset model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELARN() |
Getter for ASSETMODELARN, with configurable default |
ASK_ASSETMODELARN() |
Getter for ASSETMODELARN w/ exceptions if field has no value |
HAS_ASSETMODELARN() |
Determine if ASSETMODELARN has a value |
assetModelStatus¶
The status of the asset model, which contains a state (
CREATINGafter successfully calling this operation) and any error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELSTATUS() |
Getter for ASSETMODELSTATUS |