Struct rusoto_iam::UpdateGroupRequest [] [src]

pub struct UpdateGroupRequest {
    pub group_name: GroupNameType,
    pub new_group_name: Option<GroupNameType>,
    pub new_path: Option<PathType>,
}

Fields

Name of the IAM group to update. If you're changing the name of the group, this is the original name.

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

New name for the IAM group. Only include this if changing the group's name.

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

New path for the IAM group. Only include this if changing the group's path.

This paramater allows (per its regex pattern) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes, containing any ASCII character from the ! (\u0021) thru the DEL character (\u007F), including most punctuation characters, digits, and upper and lowercased letters.

Trait Implementations

impl Default for UpdateGroupRequest
[src]

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

impl Debug for UpdateGroupRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more