Struct rusoto_iam::UploadSSHPublicKeyResponse [] [src]

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

Contains the response to a successful UploadSSHPublicKey request.

Fields

Contains information about the SSH public key.

Trait Implementations

impl Default for UploadSSHPublicKeyResponse
[src]

[src]

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

impl Debug for UploadSSHPublicKeyResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for UploadSSHPublicKeyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more