TopicRule constructor

TopicRule({
  1. List<Action>? actions,
  2. String? awsIotSqlVersion,
  3. DateTime? createdAt,
  4. String? description,
  5. Action? errorAction,
  6. bool? ruleDisabled,
  7. String? ruleName,
  8. String? sql,
})

Implementation

TopicRule({
  this.actions,
  this.awsIotSqlVersion,
  this.createdAt,
  this.description,
  this.errorAction,
  this.ruleDisabled,
  this.ruleName,
  this.sql,
});