AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeComputationModel operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.IoTSiteWise.Model.DescribeComputationModelResponse

Namespace: Amazon.IoTSiteWise.Model
Assembly: AWSSDK.IoTSiteWise.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeComputationModelResponse : AmazonWebServiceResponse

The DescribeComputationModelResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActionDefinitions System.Collections.Generic.List<Amazon.IoTSiteWise.Model.ActionDefinition>

Gets and sets the property ActionDefinitions.

The available actions for this computation model.

Public Property ComputationModelArn System.String

Gets and sets the property ComputationModelArn.

The ARN of the computation model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}

Public Property ComputationModelConfiguration Amazon.IoTSiteWise.Model.ComputationModelConfiguration

Gets and sets the property ComputationModelConfiguration.

The configuration for the computation model.

Public Property ComputationModelCreationDate System.DateTime

Gets and sets the property ComputationModelCreationDate.

The model creation date, in Unix epoch time.

Public Property ComputationModelDataBinding System.Collections.Generic.Dictionary<System.String, Amazon.IoTSiteWise.Model.ComputationModelDataBindingValue>

Gets and sets the property ComputationModelDataBinding.

The data binding for the computation model. Key is a variable name defined in configuration. Value is a ComputationModelDataBindingValue referenced by the variable.

Public Property ComputationModelDescription System.String

Gets and sets the property ComputationModelDescription.

The description of the computation model.

Public Property ComputationModelId System.String

Gets and sets the property ComputationModelId.

The ID of the computation model.

Public Property ComputationModelLastUpdateDate System.DateTime

Gets and sets the property ComputationModelLastUpdateDate.

The date the model was last updated, in Unix epoch time.

Public Property ComputationModelName System.String

Gets and sets the property ComputationModelName.

The name of the computation model.

Public Property ComputationModelStatus Amazon.IoTSiteWise.Model.ComputationModelStatus

Gets and sets the property ComputationModelStatus.

The current status of the asset model, which contains a state and an error message if any.

Public Property ComputationModelVersion System.String

Gets and sets the property ComputationModelVersion.

The version of the computation model.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5