Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    A tag key. The tag key length is from 1 to 128 Unicode characters in UTF-8. You can use letters and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys are case-sensitive and must be unique per resource.

    Declaration

    Swift

    public let key: String?
  • A tag value. The tag value length is from 0 to 256 Unicode characters in UTF-8. You can use letters and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag values are case-sensitive.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(key: String? = nil, value: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws