Struct rusoto_iot::KeyPair [] [src]

pub struct KeyPair {
    pub private_key: Option<String>,
    pub public_key: Option<String>,
}

Describes a key pair.

Fields

The private key.

The public key.

Trait Implementations

impl Default for KeyPair
[src]

[src]

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

impl Debug for KeyPair
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for KeyPair