Struct rusoto_iot::Certificate [] [src]

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

Information about a certificate.

Fields

The ARN of the certificate.

The ID of the certificate.

The date and time the certificate was created.

The status of the certificate.

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

Trait Implementations

impl Default for Certificate
[src]

[src]

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

impl Debug for Certificate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Certificate
[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 Certificate

impl Sync for Certificate