CostCategoryValues

public struct CostCategoryValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    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