TagUserRequest

public struct TagUserRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of tags that you want to attach to the user. Each tag consists of a key name and an associated value.

    Declaration

    Swift

    public let tags: [Tag]
  • The name of the user that you want to add tags to. This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(tags: [Tag], userName: String)
  • Declaration

    Swift

    public func validate(name: String) throws