class Aws::Transfer::Types::DeleteSshPublicKeyRequest

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

data as a hash:

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

@!attribute [rw] server_id

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

@!attribute [rw] ssh_public_key_id

A unique identifier used to reference your user's specific SSH key.
@return [String]

@!attribute [rw] user_name

A unique string that identifies a user whose public key is being
deleted.
@return [String]

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

Constants

SENSITIVE