Struct rusoto_iot::CodeSigning[][src]

pub struct CodeSigning {
    pub aws_signer_job_id: Option<String>,
    pub custom_code_signing: Option<CustomCodeSigning>,
}

Describes the method to use when code signing a file.

Fields

The ID of the AWSSignerJob which was created to sign the file.

A custom method for code signing a file.

Trait Implementations

impl Default for CodeSigning
[src]

Returns the "default value" for a type. Read more

impl Debug for CodeSigning
[src]

Formats the value using the given formatter. Read more

impl Clone for CodeSigning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CodeSigning
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for CodeSigning

impl Sync for CodeSigning