Struct rusoto_rds::Certificate[][src]

pub struct Certificate {
    pub certificate_arn: Option<String>,
    pub certificate_identifier: Option<String>,
    pub certificate_type: Option<String>,
    pub thumbprint: Option<String>,
    pub valid_from: Option<String>,
    pub valid_till: Option<String>,
}

A CA certificate for an AWS account.

Fields

The Amazon Resource Name (ARN) for the certificate.

The unique key that identifies a certificate.

The type of the certificate.

The thumbprint of the certificate.

The starting date from which the certificate is valid.

The final date that the certificate continues to be valid.

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

impl Clone for Certificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Certificate

impl Sync for Certificate