Struct rusoto_iam::GetUserPolicyRequest [] [src]

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

Fields

The name of the policy document to get.

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 of the user who the policy is associated with.

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 GetUserPolicyRequest
[src]

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

impl Debug for GetUserPolicyRequest
[src]

Formats the value using the given formatter.

impl Clone for GetUserPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more