class Aws::IAM::Types::DeleteSigningCertificateRequest

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

data as a hash:

    {
      user_name: "existingUserNameType",
      certificate_id: "certificateIdType", # required
    }

@!attribute [rw] user_name

The name of the user the signing certificate belongs to.

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

The ID of the signing certificate to delete.

The format of this parameter, as described by its [regex][1]
pattern, is a string of characters that can be upper- or lower-cased
letters or digits.

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

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

Constants

SENSITIVE