Struct rusoto_iam::DetachGroupPolicyRequest [] [src]

pub struct DetachGroupPolicyRequest {
    pub group_name: String,
    pub policy_arn: String,
}

Fields

The name (friendly name, not ARN) of the IAM group to detach the policy from.

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 Amazon Resource Name (ARN) of the IAM policy you want to detach.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

Trait Implementations

impl Default for DetachGroupPolicyRequest
[src]

[src]

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

impl Debug for DetachGroupPolicyRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DetachGroupPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more