Struct rusoto_iam::DeleteGroupRequest [] [src]

pub struct DeleteGroupRequest {
    pub group_name: String,
}

Fields

The name of the IAM group 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 DeleteGroupRequest
[src]

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

impl Debug for DeleteGroupRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more