Struct rusoto_opsworks::UpdateUserProfileRequest [] [src]

pub struct UpdateUserProfileRequest {
    pub allow_self_management: Option<Boolean>,
    pub iam_user_arn: String,
    pub ssh_public_key: Option<String>,
    pub ssh_username: Option<String>,
}

Fields

Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.

The user IAM ARN. This can also be a federated user's ARN.

The user's new SSH public key.

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from the IAM user name.

Trait Implementations

impl Default for UpdateUserProfileRequest
[src]

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

impl Debug for UpdateUserProfileRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateUserProfileRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more