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

Class: Aws::Signer::Types::DescribeSigningJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atTime

Date and time that the signing job was completed.

Returns:

  • (Time)

    Date and time that the signing job was completed.

#created_atTime

Date and time that the signing job was created.

Returns:

  • (Time)

    Date and time that the signing job was created.

#job_idString

The ID of the signing job on output.

Returns:

  • (String)

    The ID of the signing job on output.

#overridesTypes::SigningPlatformOverrides

A list of any overrides that were applied to the signing operation.

Returns:

#platform_idString

The microcontroller platform to which your signed code image will be distributed.

Returns:

  • (String)

    The microcontroller platform to which your signed code image will be distributed.

#profile_nameString

The name of the profile that initiated the signing operation.

Returns:

  • (String)

    The name of the profile that initiated the signing operation.

#requested_byString

The IAM principal that requested the signing job.

Returns:

  • (String)

    The IAM principal that requested the signing job.

#signed_objectTypes::SignedObject

Name of the S3 bucket where the signed code image is saved by code signing.

Returns:

  • (Types::SignedObject)

    Name of the S3 bucket where the signed code image is saved by code signing.

#signing_materialTypes::SigningMaterial

The Amazon Resource Name (ARN) of your code signing certificate.

Returns:

#signing_parametersHash<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.

Returns:

  • (Hash<String,String>)

    Map of user-assigned key-value pairs used during signing.

#sourceTypes::Source

The object that contains the name of your S3 bucket or your raw code.

Returns:

  • (Types::Source)

    The object that contains the name of your S3 bucket or your raw code.

#statusString

Status of the signing job.

Possible values:

  • InProgress
  • Failed
  • Succeeded

Returns:

  • (String)

    Status of the signing job.

#status_reasonString

String value that contains the status reason.

Returns:

  • (String)

    String value that contains the status reason.