Struct rusoto_iot::RegisterCertificateRequest [] [src]

pub struct RegisterCertificateRequest {
    pub ca_certificate_pem: Option<CertificatePem>,
    pub certificate_pem: CertificatePem,
    pub status: Option<CertificateStatus>,
}

The input to the RegisterCertificate operation.

Fields

The CA certificate used to sign the device certificate being registered.

The certificate data, in PEM format.

Trait Implementations

impl Default for RegisterCertificateRequest
[src]

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

impl Debug for RegisterCertificateRequest
[src]

Formats the value using the given formatter.

impl Clone for RegisterCertificateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more