DeleteNotificationRuleResult constructor

DeleteNotificationRuleResult({
  1. String? arn,
})

Implementation

DeleteNotificationRuleResult({
  this.arn,
});