class Aws::Transfer::Types::SshPublicKey

Provides information about the public Secure Shell (SSH) key that is associated with a user account for the specific file transfer protocol-enabled server (as identified by `ServerId`). The information returned includes the date the key was imported, the public key contents, and the public key ID. A user can store more than one SSH public key associated with their user name on a specific server.

@!attribute [rw] date_imported

Specifies the date that the public key was added to the user
account.
@return [Time]

@!attribute [rw] ssh_public_key_body

Specifies the content of the SSH public key as specified by the
`PublicKeyId`.
@return [String]

@!attribute [rw] ssh_public_key_id

Specifies the `SshPublicKeyId` parameter contains the identifier of
the public key.
@return [String]

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

Constants

SENSITIVE