CreateSubscriberRequest
public struct CreateSubscriberRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The accountId that is associated with the budget that you want to create a subscriber for.
Declaration
Swift
public let accountId: String
-
The name of the budget that you want to subscribe to. Budget names must be unique within an account.
Declaration
Swift
public let budgetName: String
-
The notification that you want to create a subscriber for.
Declaration
Swift
public let notification: Notification
-
The subscriber that you want to associate with a budget notification.
Declaration
Swift
public let subscriber: Subscriber
-
Undocumented
Declaration
Swift
public init(accountId: String, budgetName: String, notification: Notification, subscriber: Subscriber)
-
Declaration
Swift
public func validate(name: String) throws