Struct rusoto_iam::RemoveUserFromGroupRequest [] [src]

pub struct RemoveUserFromGroupRequest {
    pub group_name: String,
    pub user_name: String,
}

Fields

The name of the group to update.

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: =,.@-

The name of the user to remove.

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

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

impl Debug for RemoveUserFromGroupRequest
[src]

Formats the value using the given formatter.

impl Clone for RemoveUserFromGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more