DescribeNotificationRuleResult constructor

DescribeNotificationRuleResult({
  1. required String arn,
  2. String? createdBy,
  3. DateTime? createdTimestamp,
  4. DetailType? detailType,
  5. List<EventTypeSummary>? eventTypes,
  6. DateTime? lastModifiedTimestamp,
  7. String? name,
  8. String? resource,
  9. NotificationRuleStatus? status,
  10. Map<String, String>? tags,
  11. List<TargetSummary>? targets,
})

Implementation

DescribeNotificationRuleResult({
  required this.arn,
  this.createdBy,
  this.createdTimestamp,
  this.detailType,
  this.eventTypes,
  this.lastModifiedTimestamp,
  this.name,
  this.resource,
  this.status,
  this.tags,
  this.targets,
});