class Aws::Signer::Types::RevokeSigningProfileRequest
@note When making an API call, you may pass RevokeSigningProfileRequest
data as a hash: { profile_name: "ProfileName", # required profile_version: "ProfileVersion", # required reason: "RevocationReasonString", # required effective_time: Time.now, # required }
@!attribute [rw] profile_name
The name of the signing profile to be revoked. @return [String]
@!attribute [rw] profile_version
The version of the signing profile to be revoked. @return [String]
@!attribute [rw] reason
The reason for revoking a signing profile. @return [String]
@!attribute [rw] effective_time
A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/RevokeSigningProfileRequest AWS API Documentation
Constants
- SENSITIVE