PutRuleResponse constructor

PutRuleResponse({
  1. String? ruleArn,
})

Implementation

PutRuleResponse({
  this.ruleArn,
});