NotificationRuleSummary
public struct NotificationRuleSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the notification rule.
Declaration
Swift
public let arn: String?
-
The unique ID of the notification rule.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, id: String? = nil)