Class: Aws::Signer::Types::DescribeSigningJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::DescribeSigningJobResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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 AWS Signer.
 - 
  
    
      #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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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 AWS Signer.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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.
      247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 247 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  |