Class: Aws::Signer::Types::RevokeSignatureRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-signer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

ID of the signing job to be revoked.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
1023
# File 'lib/aws-sdk-signer/types.rb', line 1017

class RevokeSignatureRequest < Struct.new(
  :job_id,
  :job_owner,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#job_ownerString

AWS account ID of the job owner.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
1023
# File 'lib/aws-sdk-signer/types.rb', line 1017

class RevokeSignatureRequest < Struct.new(
  :job_id,
  :job_owner,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for revoking the signing job.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
1023
# File 'lib/aws-sdk-signer/types.rb', line 1017

class RevokeSignatureRequest < Struct.new(
  :job_id,
  :job_owner,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end