Struct rusoto_iam::GetSSHPublicKeyRequest [] [src]

pub struct GetSSHPublicKeyRequest {
    pub encoding: String,
    pub ssh_public_key_id: String,
    pub user_name: String,
}

Fields

Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use SSH. To retrieve the public key in PEM format, use PEM.

The unique identifier for the SSH public key.

This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

The name of the IAM user associated with the SSH public key.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

Trait Implementations

impl Default for GetSSHPublicKeyRequest
[src]

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

impl Debug for GetSSHPublicKeyRequest
[src]

Formats the value using the given formatter.

impl Clone for GetSSHPublicKeyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more