UpdateNotificationRequest
public struct UpdateNotificationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The accountId that is associated with the budget whose notification you want to update.
Declaration
Swift
public let accountId: String -
The name of the budget whose notification you want to update.
Declaration
Swift
public let budgetName: String -
The updated notification to be associated with a budget.
Declaration
Swift
public let newNotification: Notification -
The previous notification that is associated with a budget.
Declaration
Swift
public let oldNotification: Notification -
Undocumented
Declaration
Swift
public init(accountId: String, budgetName: String, newNotification: Notification, oldNotification: Notification) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateNotificationRequest Structure Reference