Class: Aws::SignerData::Types::GetRevocationStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb

Overview

Request structure for checking revocation status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_hashesArray<String>

List of certificate hashes to check for revocation.

Returns:

  • (Array<String>)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb', line 54

class GetRevocationStatusRequest < Struct.new(
  :signature_timestamp,
  :platform_id,
  :profile_version_arn,
  :job_arn,
  :certificate_hashes)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The ARN of the signing job that produced the signature.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb', line 54

class GetRevocationStatusRequest < Struct.new(
  :signature_timestamp,
  :platform_id,
  :profile_version_arn,
  :job_arn,
  :certificate_hashes)
  SENSITIVE = []
  include Aws::Structure
end

#platform_idString

The platform identifier for the signing platform used.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb', line 54

class GetRevocationStatusRequest < Struct.new(
  :signature_timestamp,
  :platform_id,
  :profile_version_arn,
  :job_arn,
  :certificate_hashes)
  SENSITIVE = []
  include Aws::Structure
end

#profile_version_arnString

The ARN of the signing profile version used to sign the artifact.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb', line 54

class GetRevocationStatusRequest < Struct.new(
  :signature_timestamp,
  :platform_id,
  :profile_version_arn,
  :job_arn,
  :certificate_hashes)
  SENSITIVE = []
  include Aws::Structure
end

#signature_timestampTime

The timestamp when the artifact was signed, in ISO 8601 format.

Returns:

  • (Time)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb', line 54

class GetRevocationStatusRequest < Struct.new(
  :signature_timestamp,
  :platform_id,
  :profile_version_arn,
  :job_arn,
  :certificate_hashes)
  SENSITIVE = []
  include Aws::Structure
end