Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    A string that contains Tag key. The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

    Declaration

    Swift

    public let key: String
  • A string that contains an optional Tag value. The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws