Rule constructor

Rule({
  1. String? arn,
  2. String? description,
  3. String? eventBusName,
  4. String? eventPattern,
  5. String? managedBy,
  6. String? name,
  7. String? roleArn,
  8. String? scheduleExpression,
  9. RuleState? state,
})

Implementation

Rule({
  this.arn,
  this.description,
  this.eventBusName,
  this.eventPattern,
  this.managedBy,
  this.name,
  this.roleArn,
  this.scheduleExpression,
  this.state,
});