DeleteUserRequest

public struct DeleteUserRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.

    Declaration

    Swift

    public let authenticationToken: String?
  • The ID of the user.

    Declaration

    Swift

    public let userId: String
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, userId: String)
  • Declaration

    Swift

    public func validate(name: String) throws