UpdateBudgetRequest
public struct UpdateBudgetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The accountId that is associated with the budget that you want to update.
Declaration
Swift
public let accountId: String
-
The budget that you want to update your budget to.
Declaration
Swift
public let newBudget: Budget
-
Undocumented
Declaration
Swift
public init(accountId: String, newBudget: Budget)
-
Declaration
Swift
public func validate(name: String) throws