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

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
Link copied to clipboard