Struct rusoto_ec2::KeyPairInfo [] [src]

pub struct KeyPairInfo {
    pub key_fingerprint: Option<String>,
    pub key_name: Option<String>,
}

Describes a key pair.

Fields

If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used ImportKeyPair to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.

The name of the key pair.

Trait Implementations

impl Default for KeyPairInfo
[src]

[src]

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

impl Debug for KeyPairInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for KeyPairInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more