Struct rusoto_iam::DeleteAccessKeyRequest [] [src]

pub struct DeleteAccessKeyRequest {
    pub access_key_id: String,
    pub user_name: Option<String>,
}

Fields

The access key ID for the access key ID and secret access key you want to delete.

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 user whose access key pair you want to delete.

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 DeleteAccessKeyRequest
[src]

[src]

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

impl Debug for DeleteAccessKeyRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteAccessKeyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more