BudgetedAndActualAmounts
public struct BudgetedAndActualAmounts : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Your actual costs or usage for a budget period.
Declaration
Swift
public let actualAmount: Spend? -
The amount of cost or usage that you created the budget for.
Declaration
Swift
public let budgetedAmount: Spend? -
The time period covered by this budget comparison.
Declaration
Swift
public let timePeriod: TimePeriod? -
Undocumented
Declaration
Swift
public init(actualAmount: Spend? = nil, budgetedAmount: Spend? = nil, timePeriod: TimePeriod? = nil)
View on GitHub
BudgetedAndActualAmounts Structure Reference