Struct rusoto_iot::CACertificate [] [src]

pub struct CACertificate {
    pub certificate_arn: Option<String>,
    pub certificate_id: Option<String>,
    pub creation_date: Option<f64>,
    pub status: Option<String>,
}

A CA certificate.

Fields

The ARN of the CA certificate.

The ID of the CA certificate.

The date the CA certificate was created.

The status of the CA certificate.

The status value REGISTER_INACTIVE is deprecated and should not be used.

Trait Implementations

impl Default for CACertificate
[src]

[src]

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

impl Debug for CACertificate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CACertificate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CACertificate

impl Sync for CACertificate