Class: Aws::Signer::Types::SigningJobRevocationRecord

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

Overview

Revocation information for a signing job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

A caller-supplied reason for revocation.

Returns:

  • (String)


1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-signer/types.rb', line 1369

class SigningJobRevocationRecord < Struct.new(
  :reason,
  :revoked_at,
  :revoked_by)
  SENSITIVE = []
  include Aws::Structure
end

#revoked_atTime

The time of revocation.

Returns:

  • (Time)


1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-signer/types.rb', line 1369

class SigningJobRevocationRecord < Struct.new(
  :reason,
  :revoked_at,
  :revoked_by)
  SENSITIVE = []
  include Aws::Structure
end

#revoked_byString

The identity of the revoker.

Returns:

  • (String)


1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-signer/types.rb', line 1369

class SigningJobRevocationRecord < Struct.new(
  :reason,
  :revoked_at,
  :revoked_by)
  SENSITIVE = []
  include Aws::Structure
end