Struct rusoto_cloudtrail::PublicKey [] [src]

pub struct PublicKey {
    pub fingerprint: Option<String>,
    pub validity_end_time: Option<f64>,
    pub validity_start_time: Option<f64>,
    pub value: Option<Vec<u8>>,
}

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]

[src]

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

impl Debug for PublicKey
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for PublicKey