Struct rusoto_iam::DeleteGroupPolicyRequest [] [src]

pub struct DeleteGroupPolicyRequest {
    pub group_name: String,
    pub policy_name: String,
}

Fields

The name (friendly name, not ARN) identifying the group that the policy is embedded in.

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 identifying the policy document 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 DeleteGroupPolicyRequest
[src]

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

impl Debug for DeleteGroupPolicyRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteGroupPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more