BudgetPerformanceHistory
public struct BudgetPerformanceHistory : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
Declaration
Swift
public let budgetedAndActualAmountsList: [BudgetedAndActualAmounts]? -
Undocumented
Declaration
Swift
public let budgetName: String? -
Undocumented
Declaration
Swift
public let budgetType: BudgetType? -
The history of the cost filters for a budget during the specified time period.
Declaration
Swift
public let costFilters: [String : [String]]? -
The history of the cost types for a budget during the specified time period.
Declaration
Swift
public let costTypes: CostTypes? -
Undocumented
Declaration
Swift
public let timeUnit: TimeUnit? -
Undocumented
Declaration
Swift
public init(budgetedAndActualAmountsList: [BudgetedAndActualAmounts]? = nil, budgetName: String? = nil, budgetType: BudgetType? = nil, costFilters: [String : [String]]? = nil, costTypes: CostTypes? = nil, timeUnit: TimeUnit? = nil)
View on GitHub
BudgetPerformanceHistory Structure Reference