CalculatedSpend
public struct CalculatedSpend : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The amount of cost, usage, or RI units that you have used.
Declaration
Swift
public let actualSpend: Spend
-
The amount of cost, usage, or RI units that you are forecasted to use.
Declaration
Swift
public let forecastedSpend: Spend?
-
Declaration
Swift
public func validate(name: String) throws