#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

Implementations

The ID of the signing job on output.

The ID of the signing job on output.

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

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

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

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

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

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

A human-readable name for the signing platform associated with the signing job.

A human-readable name for the signing platform associated with the signing job.

The name of the profile that initiated the signing operation.

The name of the profile that initiated the signing operation.

The version of the signing profile used to initiate the signing job.

The version of the signing profile used to initiate the signing job.

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

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

Adds a key-value pair to signing_parameters.

To override the contents of this collection use set_signing_parameters.

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

Date and time that the signing job was created.

Date and time that the signing job was created.

Date and time that the signing job was completed.

Date and time that the signing job was completed.

Thr expiration timestamp for the signature generated by the signing job.

Thr expiration timestamp for the signature generated by the signing job.

The IAM principal that requested the signing job.

The IAM principal that requested the signing job.

Status of the signing job.

Status of the signing job.

String value that contains the status reason.

String value that contains the status reason.

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

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

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

The AWS account ID of the job owner.

The AWS account ID of the job owner.

The IAM entity that initiated the signing job.

The IAM entity that initiated the signing job.

Consumes the builder and constructs a DescribeSigningJobOutput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more