BudgetType
public enum BudgetType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case usage = "USAGE" -
Undocumented
Declaration
Swift
case cost = "COST" -
Undocumented
Declaration
Swift
case riUtilization = "RI_UTILIZATION" -
Undocumented
Declaration
Swift
case riCoverage = "RI_COVERAGE" -
Undocumented
Declaration
Swift
case savingsPlansUtilization = "SAVINGS_PLANS_UTILIZATION" -
Undocumented
Declaration
Swift
case savingsPlansCoverage = "SAVINGS_PLANS_COVERAGE" -
Declaration
Swift
public var description: String { get }
View on GitHub
BudgetType Enumeration Reference