Struct rusoto_ec2::ImportKeyPairResult [] [src]

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

Contains the output of ImportKeyPair.

Fields

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

The key pair name you provided.

Trait Implementations

impl Default for ImportKeyPairResult
[src]

[src]

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

impl Debug for ImportKeyPairResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportKeyPairResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more