Struct rusoto_iot::CreateKeysAndCertificateRequest [] [src]

pub struct CreateKeysAndCertificateRequest {
    pub set_as_active: Option<bool>,
}

The input for the CreateKeysAndCertificate operation.

Fields

Specifies whether the certificate is active.

Trait Implementations

impl Default for CreateKeysAndCertificateRequest
[src]

[src]

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

impl Debug for CreateKeysAndCertificateRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateKeysAndCertificateRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more