/AWS1/CL_IOSCRECOMPUTATIONMD01¶
CreateComputationModelResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_computationmodelid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the computation model.
iv_computationmodelarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the computation model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}
io_computationmodelstatus TYPE REF TO /AWS1/CL_IOSCOMPUTATIONMDELS00 /AWS1/CL_IOSCOMPUTATIONMDELS00¶
The status of the computation model, containing a state (CREATING after successfully calling this operation) and any error messages.
Queryable Attributes¶
computationModelId¶
The ID of the computation model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTATIONMODELID() |
Getter for COMPUTATIONMODELID, with configurable default |
ASK_COMPUTATIONMODELID() |
Getter for COMPUTATIONMODELID w/ exceptions if field has no |
HAS_COMPUTATIONMODELID() |
Determine if COMPUTATIONMODELID has a value |
computationModelArn¶
The ARN of the computation model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTATIONMODELARN() |
Getter for COMPUTATIONMODELARN, with configurable default |
ASK_COMPUTATIONMODELARN() |
Getter for COMPUTATIONMODELARN w/ exceptions if field has no |
HAS_COMPUTATIONMODELARN() |
Determine if COMPUTATIONMODELARN has a value |
computationModelStatus¶
The status of the computation model, containing a state (CREATING after successfully calling this operation) and any error messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTATIONMODELSTATUS() |
Getter for COMPUTATIONMODELSTATUS |