class Aws::IAM::Types::DeleteSSHPublicKeyRequest
@note When making an API call, you may pass DeleteSSHPublicKeyRequest
data as a hash: { user_name: "userNameType", # required ssh_public_key_id: "publicKeyIdType", # required }
@!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]
@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSSHPublicKeyRequest AWS API Documentation
Constants
- SENSITIVE