Struct rusoto_iam::DetachRolePolicyRequest [] [src]

pub struct DetachRolePolicyRequest {
    pub policy_arn: ArnType,
    pub role_name: RoleNameType,
}

Fields

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.

The name (friendly name, not ARN) of the IAM role 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: =,.@-

Trait Implementations

impl Default for DetachRolePolicyRequest
[src]

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

impl Debug for DetachRolePolicyRequest
[src]

Formats the value using the given formatter.

impl Clone for DetachRolePolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more