Metric
public enum Metric : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case blendedCost = "BLENDED_COST"
-
Undocumented
Declaration
Swift
case unblendedCost = "UNBLENDED_COST"
-
Undocumented
Declaration
Swift
case amortizedCost = "AMORTIZED_COST"
-
Undocumented
Declaration
Swift
case netUnblendedCost = "NET_UNBLENDED_COST"
-
Undocumented
Declaration
Swift
case netAmortizedCost = "NET_AMORTIZED_COST"
-
Undocumented
Declaration
Swift
case usageQuantity = "USAGE_QUANTITY"
-
Undocumented
Declaration
Swift
case normalizedUsageAmount = "NORMALIZED_USAGE_AMOUNT"
-
Declaration
Swift
public var description: String { get }