class Aws::IAM::Types::UpdateSigningCertificateRequest
@note When making an API call, you may pass UpdateSigningCertificateRequest
data as a hash: { user_name: "existingUserNameType", certificate_id: "certificateIdType", # required status: "Active", # required, accepts Active, Inactive }
@!attribute [rw] user_name
The name of the IAM 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 you want to update. 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 you want to assign to the certificate. `Active` means that the certificate can be used for programmatic calls to Amazon Web Services `Inactive` means that the certificate cannot be used. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSigningCertificateRequest AWS API Documentation
Constants
- SENSITIVE