Struct rusoto_iot::CodeSigningCertificateChain [] [src]

pub struct CodeSigningCertificateChain {
    pub certificate_name: Option<String>,
    pub inline_document: Option<String>,
    pub stream: Option<Stream>,
}

Describes the certificate chain being used when code signing a file.

Fields

The name of the certificate.

A base64 encoded binary representation of the code signing certificate chain.

A stream of the certificate chain files.

Trait Implementations

impl Default for CodeSigningCertificateChain
[src]

[src]

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

impl Debug for CodeSigningCertificateChain
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CodeSigningCertificateChain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations