Detector Model Asset Property Timestamp Args
data class DetectorModelAssetPropertyTimestampArgs(val offsetInNanos: Output<String>? = null, val timeInSeconds: Output<String>) : ConvertibleToJava<DetectorModelAssetPropertyTimestampArgs>
A structure that contains timestamp information. For more information, see TimeInNanos in the AWS IoT SiteWise API Reference.
Constructors
Link copied to clipboard
fun DetectorModelAssetPropertyTimestampArgs(offsetInNanos: Output<String>? = null, timeInSeconds: Output<String>)