ListNotificationRulesResult
public struct ListNotificationRulesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An enumeration token that can be used in a request to return the next batch of the results.
Declaration
Swift
public let nextToken: String?
-
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
Declaration
Swift
public let notificationRules: [NotificationRuleSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, notificationRules: [NotificationRuleSummary]? = nil)