Detector Model Action
data class DetectorModelAction(val clearTimer: DetectorModelClearTimer? = null, val dynamoDBv2: DetectorModelDynamoDBv2? = null, val dynamoDb: DetectorModelDynamoDb? = null, val firehose: DetectorModelFirehose? = null, val iotEvents: DetectorModelIotEvents? = null, val iotSiteWise: DetectorModelIotSiteWise? = null, val iotTopicPublish: DetectorModelIotTopicPublish? = null, val lambda: DetectorModelLambda? = null, val resetTimer: DetectorModelResetTimer? = null, val setTimer: DetectorModelSetTimer? = null, val setVariable: DetectorModelSetVariable? = null, val sns: DetectorModelSns? = null, val sqs: DetectorModelSqs? = null)
The actions to be performed.
Constructors
Link copied to clipboard
fun DetectorModelAction(clearTimer: DetectorModelClearTimer? = null, dynamoDBv2: DetectorModelDynamoDBv2? = null, dynamoDb: DetectorModelDynamoDb? = null, firehose: DetectorModelFirehose? = null, iotEvents: DetectorModelIotEvents? = null, iotSiteWise: DetectorModelIotSiteWise? = null, iotTopicPublish: DetectorModelIotTopicPublish? = null, lambda: DetectorModelLambda? = null, resetTimer: DetectorModelResetTimer? = null, setTimer: DetectorModelSetTimer? = null, setVariable: DetectorModelSetVariable? = null, sns: DetectorModelSns? = null, sqs: DetectorModelSqs? = null)