Struct rusoto_cloudtrail::PublicKey [] [src]

pub struct PublicKey {
    pub fingerprint: Option<String>,
    pub validity_end_time: Option<Date>,
    pub validity_start_time: Option<Date>,
    pub value: Option<ByteBuffer>,
}

Contains information about a returned public key.

Fields

The fingerprint of the public key.

The ending time of validity of the public key.

The starting time of validity of the public key.

The DER encoded public key value in PKCS#1 format.

Trait Implementations

impl Default for PublicKey
[src]

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

impl Debug for PublicKey
[src]

Formats the value using the given formatter.

impl Clone for PublicKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more