Spend
public struct Spend : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
Declaration
Swift
public let amount: String
-
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
Declaration
Swift
public let unit: String
-
Undocumented
Declaration
Swift
public init(amount: String, unit: String)
-
Declaration
Swift
public func validate(name: String) throws