Struct rusoto_iam::GetSSHPublicKeyResponse [] [src]

pub struct GetSSHPublicKeyResponse {
    pub ssh_public_key: Option<SSHPublicKey>,
}

Contains the response to a successful GetSSHPublicKey request.

Fields

A structure containing details about the SSH public key.

Trait Implementations

impl Default for GetSSHPublicKeyResponse
[src]

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

impl Debug for GetSSHPublicKeyResponse
[src]

Formats the value using the given formatter.

impl Clone for GetSSHPublicKeyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more