Struct rusoto_iam::DeleteUserPolicyRequest [] [src]

pub struct DeleteUserPolicyRequest {
    pub policy_name: PolicyNameType,
    pub user_name: ExistingUserNameType,
}

Fields

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

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

Trait Implementations

impl Default for DeleteUserPolicyRequest
[src]

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

impl Debug for DeleteUserPolicyRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteUserPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more