DescribeNotificationRuleResult constructor
DescribeNotificationRuleResult({
- required String arn,
- String? createdBy,
- DateTime? createdTimestamp,
- DetailType? detailType,
- List<
EventTypeSummary> ? eventTypes, - DateTime? lastModifiedTimestamp,
- String? name,
- String? resource,
- NotificationRuleStatus? status,
- Map<
String, String> ? tags, - 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,
});