Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The name assigned to the tag that you create.

    Declaration

    Swift

    public let key: String
  • Contains one or more values that you assigned to the key name you create.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws