class Aws::Signer::Types::RevokeSignatureRequest

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

data as a hash:

    {
      job_id: "JobId", # required
      job_owner: "AccountId",
      reason: "RevocationReasonString", # required
    }

@!attribute [rw] job_id

ID of the signing job to be revoked.
@return [String]

@!attribute [rw] job_owner

AWS account ID of the job owner.
@return [String]

@!attribute [rw] reason

The reason for revoking the signing job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/RevokeSignatureRequest AWS API Documentation

Constants

SENSITIVE