Struct rusoto_iot::DescribeCACertificateRequest [] [src]

pub struct DescribeCACertificateRequest {
    pub certificate_id: CertificateId,
}

The input for the DescribeCACertificate operation.

Fields

The CA certificate identifier.

Trait Implementations

impl Default for DescribeCACertificateRequest
[src]

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

impl Debug for DescribeCACertificateRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeCACertificateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more