Struct rusoto_iot::RegisterCACertificateRequest [] [src]

pub struct RegisterCACertificateRequest {
    pub allow_auto_registration: Option<AllowAutoRegistration>,
    pub ca_certificate: CertificatePem,
    pub set_as_active: Option<SetAsActive>,
    pub verification_certificate: CertificatePem,
}

The input to the RegisterCACertificate operation.

Fields

Allows this CA certificate to be used for auto registration of device certificates.

The CA certificate.

A boolean value that specifies if the CA certificate is set to active.

The private key verification certificate.

Trait Implementations

impl Default for RegisterCACertificateRequest
[src]

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

impl Debug for RegisterCACertificateRequest
[src]

Formats the value using the given formatter.

impl Clone for RegisterCACertificateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more