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]

[src]

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

impl Debug for CodeSigning
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CodeSigning
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CodeSigning

impl Sync for CodeSigning