Action constructor

Action({
  1. ClearTimerAction? clearTimer,
  2. DynamoDBAction? dynamoDB,
  3. DynamoDBv2Action? dynamoDBv2,
  4. FirehoseAction? firehose,
  5. IotEventsAction? iotEvents,
  6. IotSiteWiseAction? iotSiteWise,
  7. IotTopicPublishAction? iotTopicPublish,
  8. LambdaAction? lambda,
  9. ResetTimerAction? resetTimer,
  10. SetTimerAction? setTimer,
  11. SetVariableAction? setVariable,
  12. SNSTopicPublishAction? sns,
  13. 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,
});