DescribeSubscribersForNotificationRequest
public struct DescribeSubscribersForNotificationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The accountId that is associated with the budget whose subscribers you want descriptions of.
Declaration
Swift
public let accountId: String
-
The name of the budget whose subscribers you want descriptions of.
Declaration
Swift
public let budgetName: String
-
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
Declaration
Swift
public let maxResults: Int?
-
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
Declaration
Swift
public let nextToken: String?
-
The notification whose subscribers you want to list.
Declaration
Swift
public let notification: Notification
-
Undocumented
Declaration
Swift
public init(accountId: String, budgetName: String, maxResults: Int? = nil, nextToken: String? = nil, notification: Notification)
-
Declaration
Swift
public func validate(name: String) throws