AlarmModelAssetPropertyTimestamp

data class AlarmModelAssetPropertyTimestamp(val offsetInNanos: String? = null, val timeInSeconds: String)

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

Constructors

Link copied to clipboard
fun AlarmModelAssetPropertyTimestamp(offsetInNanos: String? = null, timeInSeconds: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offsetInNanos: String? = null

The timestamp, in seconds, in the Unix epoch format. The valid range is between 1-31556889864403199. You can also specify an expression.

Link copied to clipboard

The nanosecond offset converted from timeInSeconds. The valid range is between 0-999999999. You can also specify an expression.