Struct rusoto_iam::CreateAccessKeyRequest [] [src]

pub struct CreateAccessKeyRequest {
    pub user_name: Option<ExistingUserNameType>,
}

Fields

The name of the IAM user that the new key will belong to.

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

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

impl Debug for CreateAccessKeyRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateAccessKeyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more