Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The key for the tag. Keys are not case-sensitive and must be unique.

    Declaration

    Swift

    public let key: String
  • The value associated with a key. The value may be an empty string but it can’t be null.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws