Class: Aws::Signer::Types::SigningJob

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

Overview

Contains information about a signing job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the signing job was created.

Returns:

  • (Time)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_revokedBoolean

Indicates whether the signing job is revoked.

Returns:

  • (Boolean)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_idString

The ID of the signing job.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_invokerString

The AWS account ID of the job invoker.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_ownerString

The AWS account ID of the job owner.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_nameString

The name of a signing platform.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_idString

The unique identifier for a signing platform.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_nameString

The name of the signing profile that created a signing job.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_versionString

The version of the signing profile that created a signing job.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_atTime

The time when the signature of a signing job expires.

Returns:

  • (Time)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_objectTypes::SignedObject

A SignedObject structure that contains information about a signing job's signed code image.

Returns:



1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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_materialTypes::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 'gems/aws-sdk-signer/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

#sourceTypes::Source

A Source that contains information about a signing job's code image source.

Returns:



1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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

#statusString

The status of the signing job.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-signer/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