class Aws::IAM::Types::SSHPublicKey

Contains information about an SSH public key.

This data type is used as a response element in the GetSSHPublicKey and UploadSSHPublicKey operations.

@!attribute [rw] user_name

The name of the IAM user associated with the SSH public key.
@return [String]

@!attribute [rw] ssh_public_key_id

The unique identifier for the SSH public key.
@return [String]

@!attribute [rw] fingerprint

The MD5 message digest of the SSH public key.
@return [String]

@!attribute [rw] ssh_public_key_body

The SSH public key.
@return [String]

@!attribute [rw] status

The status of the SSH public key. `Active` means that the key can be
used for authentication with an CodeCommit repository. `Inactive`
means that the key cannot be used.
@return [String]

@!attribute [rw] upload_date

The date and time, in [ISO 8601 date-time format][1], when the SSH
public key was uploaded.

[1]: http://www.iso.org/iso/iso8601
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SSHPublicKey AWS API Documentation

Constants

SENSITIVE