CostCategoryValues
public struct CostCategoryValues : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let key: String? -
The specific value of the Cost Category.
Declaration
Swift
public let values: [String]? -
Undocumented
Declaration
Swift
public init(key: String? = nil, values: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CostCategoryValues Structure Reference