Struct rusoto_iot::RegisterCACertificateResponse [] [src]

pub struct RegisterCACertificateResponse {
    pub certificate_arn: Option<CertificateArn>,
    pub certificate_id: Option<CertificateId>,
}

The output from the RegisterCACertificateResponse operation.

Fields

The CA certificate ARN.

The CA certificate identifier.

Trait Implementations

impl Default for RegisterCACertificateResponse
[src]

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

impl Debug for RegisterCACertificateResponse
[src]

Formats the value using the given formatter.

impl Clone for RegisterCACertificateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more