class Aws::IAM::Types::DeleteAccessKeyRequest

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

data as a hash:

    {
      user_name: "existingUserNameType",
      access_key_id: "accessKeyIdType", # required
    }

@!attribute [rw] user_name

The name of the user whose access key pair you want to delete.

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] access_key_id

The access key ID for the access key ID and secret access key you
want to delete.

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/DeleteAccessKeyRequest AWS API Documentation

Constants

SENSITIVE