UpdateSubscriberRequest
public struct UpdateSubscriberRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The accountId that is associated with the budget whose subscriber you want to update.
Declaration
Swift
public let accountId: String
-
The name of the budget whose subscriber you want to update.
Declaration
Swift
public let budgetName: String
-
The updated subscriber that is associated with a budget notification.
Declaration
Swift
public let newSubscriber: Subscriber
-
The notification whose subscriber you want to update.
Declaration
Swift
public let notification: Notification
-
The previous subscriber that is associated with a budget notification.
Declaration
Swift
public let oldSubscriber: Subscriber
-
Undocumented
Declaration
Swift
public init(accountId: String, budgetName: String, newSubscriber: Subscriber, notification: Notification, oldSubscriber: Subscriber)
-
Declaration
Swift
public func validate(name: String) throws