Class: Aws::Signer::Types::DescribeSigningJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::DescribeSigningJobResponse
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_at ⇒ Time
Date and time that the signing job was completed.
-
#created_at ⇒ Time
Date and time that the signing job was created.
-
#job_id ⇒ String
The ID of the signing job on output.
-
#job_invoker ⇒ String
The IAM entity that initiated the signing job.
-
#job_owner ⇒ String
The AWS account ID of the job owner.
-
#overrides ⇒ Types::SigningPlatformOverrides
A list of any overrides that were applied to the signing operation.
-
#platform_display_name ⇒ String
A human-readable name for the signing platform associated with the signing job.
-
#platform_id ⇒ String
The microcontroller platform to which your signed code image will be distributed.
-
#profile_name ⇒ String
The name of the profile that initiated the signing operation.
-
#profile_version ⇒ String
The version of the signing profile used to initiate the signing job.
-
#requested_by ⇒ String
The IAM principal that requested the signing job.
-
#revocation_record ⇒ Types::SigningJobRevocationRecord
A revocation record if the signature generated by the signing job has been revoked.
-
#signature_expires_at ⇒ Time
Thr expiration timestamp for the signature generated by the signing job.
-
#signed_object ⇒ Types::SignedObject
Name of the S3 bucket where the signed code image is saved by code signing.
-
#signing_material ⇒ Types::SigningMaterial
The Amazon Resource Name (ARN) of your code signing certificate.
-
#signing_parameters ⇒ Hash<String,String>
Map of user-assigned key-value pairs used during signing.
-
#source ⇒ Types::Source
The object that contains the name of your S3 bucket or your raw code.
-
#status ⇒ String
Status of the signing job.
-
#status_reason ⇒ String
String value that contains the status reason.
Instance Attribute Details
#completed_at ⇒ Time
Date and time that the signing job was completed.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Date and time that the signing job was created.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the signing job on output.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#job_invoker ⇒ String
The IAM entity that initiated the signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#job_owner ⇒ String
The AWS account ID of the job owner.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Types::SigningPlatformOverrides
A list of any overrides that were applied to the signing operation.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#platform_display_name ⇒ String
A human-readable name for the signing platform associated with the signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#platform_id ⇒ String
The microcontroller platform to which your signed code image will be distributed.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the profile that initiated the signing operation.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
The version of the signing profile used to initiate the signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#requested_by ⇒ String
The IAM principal that requested the signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#revocation_record ⇒ Types::SigningJobRevocationRecord
A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signature_expires_at ⇒ Time
Thr expiration timestamp for the signature generated by the signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signed_object ⇒ Types::SignedObject
Name of the S3 bucket where the signed code image is saved by code signing.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signing_material ⇒ Types::SigningMaterial
The Amazon Resource Name (ARN) of your code signing certificate.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signing_parameters ⇒ Hash<String,String>
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The object that contains the name of your S3 bucket or your raw code.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the signing job.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
String value that contains the status reason.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 254 class DescribeSigningJobResponse < Struct.new( :job_id, :source, :signing_material, :platform_id, :platform_display_name, :profile_name, :profile_version, :overrides, :signing_parameters, :created_at, :completed_at, :signature_expires_at, :requested_by, :status, :status_reason, :revocation_record, :signed_object, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |