You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Transfer::Types::ImportSshPublicKeyResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Identifies the user, the server they belong to, and the identifier of the SSH public key associated with that user. A user can have more than one key on each server that they are associated with.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a server.

Returns:

  • (String)

    A system-assigned unique identifier for a server.

#ssh_public_key_idString

The name given to a public key by the system that was imported.

Returns:

  • (String)

    The name given to a public key by the system that was imported.

#user_nameString

A user name assigned to the ServerID value that you specified.

Returns:

  • (String)

    A user name assigned to the ServerID value that you specified.