class Aws::IAM::Types::UpdateSSHPublicKeyRequest

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

data as a hash:

    {
      user_name: "userNameType", # required
      ssh_public_key_id: "publicKeyIdType", # required
      status: "Active", # required, accepts Active, Inactive
    }

@!attribute [rw] user_name

The name of the IAM user associated with the SSH public key.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] ssh_public_key_id

The unique identifier for the SSH public key.

This parameter allows (through its [regex pattern][1]) a string of
characters that can consist of any upper or lowercased letter or
digit.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] status

The status to assign to 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]

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

Constants

SENSITIVE