Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as “customer.” Tag keys are case-sensitive.

    Declaration

    Swift

    public let key: String
  • Part of the key:value pair that defines a tag. You can use a tag value to describe a specific value within a category, such as “companyA” or “companyB.” Tag values are case-sensitive.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(key: String, value: String)
  • Declaration

    Swift

    public func validate(name: String) throws