Struct rusoto_iot::Certificate [] [src]

pub struct Certificate {
    pub certificate_arn: Option<CertificateArn>,
    pub certificate_id: Option<CertificateId>,
    pub creation_date: Option<DateType>,
    pub status: Option<CertificateStatus>,
}

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]

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

impl Debug for Certificate
[src]

Formats the value using the given formatter.

impl Clone for Certificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more