class Aws::IAM::Types::SSHPublicKeyMetadata

Contains information about an SSH public key, without the key's body or fingerprint.

This data type is used as a response element in the ListSSHPublicKeys operation.

@!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] 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/SSHPublicKeyMetadata AWS API Documentation

Constants

SENSITIVE