Struct rusoto_iam::GetUserPolicyResponse [] [src]

pub struct GetUserPolicyResponse {
    pub policy_document: PolicyDocumentType,
    pub policy_name: PolicyNameType,
    pub user_name: ExistingUserNameType,
}

Contains the response to a successful GetUserPolicy request.

Fields

The policy document.

The name of the policy.

The user the policy is associated with.

Trait Implementations

impl Default for GetUserPolicyResponse
[src]

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

impl Debug for GetUserPolicyResponse
[src]

Formats the value using the given formatter.

impl Clone for GetUserPolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more