You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a signing job.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the signing job was created.

Returns:

  • (Time)

    The date and time that the signing job was created.

#job_idString

The ID of the signing job.

Returns:

  • (String)

    The ID of the signing job.

#signed_objectTypes::SignedObject

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

Returns:

  • (Types::SignedObject)

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

#signing_materialTypes::SigningMaterial

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

Returns:

  • (Types::SigningMaterial)

    A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

#sourceTypes::Source

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

Returns:

  • (Types::Source)

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

#statusString

The status of the signing job.

Possible values:

  • InProgress
  • Failed
  • Succeeded

Returns:

  • (String)

    The status of the signing job.