TagValues

public struct TagValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The key for the tag.

    Declaration

    Swift

    public let key: String?
  • The match options that you can use to filter your results. MatchOptions is only applicable for only applicable for actions related to Cost Category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

    Declaration

    Swift

    public let matchOptions: [MatchOption]?
  • The specific value of the tag.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(key: String? = nil, matchOptions: [MatchOption]? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws