class Aws::Transfer::Types::ImportSshPublicKeyRequest

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

data as a hash:

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

@!attribute [rw] server_id

A system-assigned unique identifier for a server.
@return [String]

@!attribute [rw] ssh_public_key_body

The public key portion of an SSH key pair.
@return [String]

@!attribute [rw] user_name

The name of the user account that is assigned to one or more
servers.
@return [String]

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

Constants

SENSITIVE