CreateNotificationRuleResult constructor

CreateNotificationRuleResult({
  1. String? arn,
})

Implementation

CreateNotificationRuleResult({
  this.arn,
});