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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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:



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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.



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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:



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1334

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