Struct rusoto_iot::DescribeCACertificateRequest[][src]

pub struct DescribeCACertificateRequest {
    pub certificate_id: String,
}

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. Read more

impl Clone for DescribeCACertificateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeCACertificateRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations