AlarmModelAssetPropertyValue

data class AlarmModelAssetPropertyValue(val quality: String? = null, val timestamp: AlarmModelAssetPropertyTimestamp? = null, val value: AlarmModelAssetPropertyVariant)

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: AlarmModelAssetPropertyTimestamp? = null, value: AlarmModelAssetPropertyVariant)

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