class Aws::Transfer::Types::DeleteUserRequest

@note When making an API call, you may pass DeleteUserRequest

data as a hash:

    {
      server_id: "ServerId", # required
      user_name: "UserName", # required
    }

@!attribute [rw] server_id

A system-assigned unique identifier for a server instance that has
the user assigned to it.
@return [String]

@!attribute [rw] user_name

A unique string that identifies a user that is being deleted from a
server.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DeleteUserRequest AWS API Documentation

Constants

SENSITIVE