Action constructor
Action({
- ClearTimerAction? clearTimer,
- DynamoDBAction? dynamoDB,
- DynamoDBv2Action? dynamoDBv2,
- FirehoseAction? firehose,
- IotEventsAction? iotEvents,
- IotSiteWiseAction? iotSiteWise,
- IotTopicPublishAction? iotTopicPublish,
- LambdaAction? lambda,
- ResetTimerAction? resetTimer,
- SetTimerAction? setTimer,
- SetVariableAction? setVariable,
- SNSTopicPublishAction? sns,
- SqsAction? sqs,
Implementation
Action({
this.clearTimer,
this.dynamoDB,
this.dynamoDBv2,
this.firehose,
this.iotEvents,
this.iotSiteWise,
this.iotTopicPublish,
this.lambda,
this.resetTimer,
this.setTimer,
this.setVariable,
this.sns,
this.sqs,
});