DetectorModelAssetPropertyValue

data class DetectorModelAssetPropertyValue(val quality: String? = null, val timestamp: DetectorModelAssetPropertyTimestamp? = null, val value: DetectorModelAssetPropertyVariant)

A structure that contains value information. For more information, see AssetPropertyValue in the AWS IoT SiteWise API Reference.

Constructors

Link copied to clipboard
constructor(quality: String? = null, timestamp: DetectorModelAssetPropertyTimestamp? = null, value: DetectorModelAssetPropertyVariant)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val quality: String? = null

The quality of the asset property value. The value must be GOOD, BAD, or UNCERTAIN. You can also specify an expression.

Link copied to clipboard

The timestamp associated with the asset property value. The default is the current event time.

Link copied to clipboard

The value to send to an asset property.