DescribeNotificationRuleResult class

Constructors

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})
DescribeNotificationRuleResult.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The Amazon Resource Name (ARN) of the notification rule.
final
createdBy String?
The name or email alias of the person who created the notification rule.
final
createdTimestamp DateTime?
The date and time the notification rule was created, in timestamp format.
final
detailType DetailType?
The level of detail included in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.
final
eventTypes List<EventTypeSummary>?
A list of the event types associated with the notification rule.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTimestamp DateTime?
The date and time the notification rule was most recently updated, in timestamp format.
final
name String?
The name of the notification rule.
final
resource String?
The Amazon Resource Name (ARN) of the resource associated with the notification rule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NotificationRuleStatus?
The status of the notification rule. Valid statuses are on (sending notifications) or off (not sending notifications).
final
tags Map<String, String>?
The tags associated with the notification rule.
final
targets List<TargetSummary>?
A list of the SNS topics associated with the notification rule.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited