CreateBudgetRequest
public struct CreateBudgetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The accountId that is associated with the budget.
Declaration
Swift
public let accountId: String
-
The budget object that you want to create.
Declaration
Swift
public let budget: Budget
-
A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.
Declaration
Swift
public let notificationsWithSubscribers: [NotificationWithSubscribers]?
-
Undocumented
Declaration
Swift
public init(accountId: String, budget: Budget, notificationsWithSubscribers: [NotificationWithSubscribers]? = nil)
-
Declaration
Swift
public func validate(name: String) throws