Class: Aws::SignerData::Types::GetRevocationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SignerData::Types::GetRevocationStatusRequest
- 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
-
#certificate_hashes ⇒ Array<String>
List of certificate hashes to check for revocation.
-
#job_arn ⇒ String
The ARN of the signing job that produced the signature.
-
#platform_id ⇒ String
The platform identifier for the signing platform used.
-
#profile_version_arn ⇒ String
The ARN of the signing profile version used to sign the artifact.
-
#signature_timestamp ⇒ Time
The timestamp when the artifact was signed, in ISO 8601 format.
Instance Attribute Details
#certificate_hashes ⇒ Array<String>
List of certificate hashes to check for revocation.
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_arn ⇒ String
The ARN of the signing job that produced the signature.
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_id ⇒ String
The platform identifier for the signing platform used.
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_arn ⇒ String
The ARN of the signing profile version used to sign the artifact.
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_timestamp ⇒ Time
The timestamp when the artifact was signed, in ISO 8601 format.
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 |