Class: Aws::Signer::Types::SigningJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SigningJob
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Contains information about a signing job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that the signing job was created.
-
#is_revoked ⇒ Boolean
Indicates whether the signing job is revoked.
-
#job_id ⇒ String
The ID of the signing job.
-
#job_invoker ⇒ String
The AWS account ID of the job invoker.
-
#job_owner ⇒ String
The AWS account ID of the job owner.
-
#platform_display_name ⇒ String
The name of a signing platform.
-
#platform_id ⇒ String
The unique identifier for a signing platform.
-
#profile_name ⇒ String
The name of the signing profile that created a signing job.
-
#profile_version ⇒ String
The version of the signing profile that created a signing job.
-
#signature_expires_at ⇒ Time
The time when the signature of a signing job expires.
-
#signed_object ⇒ Types::SignedObject
A ‘SignedObject` structure that contains information about a signing job’s signed code image.
-
#signing_material ⇒ Types::SigningMaterial
A ‘SigningMaterial` object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.
-
#source ⇒ Types::Source
A ‘Source` that contains information about a signing job’s code image source.
-
#status ⇒ String
The status of the signing job.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the signing job was created.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#is_revoked ⇒ Boolean
Indicates whether the signing job is revoked.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the signing job.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#job_invoker ⇒ String
The AWS account ID of the job invoker.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#job_owner ⇒ String
The AWS account ID of the job owner.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#platform_display_name ⇒ String
The name of a signing platform.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#platform_id ⇒ String
The unique identifier for a signing platform.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the signing profile that created a signing job.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
The version of the signing profile that created a signing job.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signature_expires_at ⇒ Time
The time when the signature of a signing job expires.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signed_object ⇒ Types::SignedObject
A ‘SignedObject` structure that contains information about a signing job’s signed code image.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#signing_material ⇒ Types::SigningMaterial
A ‘SigningMaterial` object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
A ‘Source` that contains information about a signing job’s code image source.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the signing job.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-signer/types.rb', line 1353 class SigningJob < Struct.new( :job_id, :source, :signed_object, :signing_material, :created_at, :status, :is_revoked, :profile_name, :profile_version, :platform_id, :platform_display_name, :signature_expires_at, :job_owner, :job_invoker) SENSITIVE = [] include Aws::Structure end |