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