Struct rusoto_iam::GetUserPolicyResponse [] [src]

pub struct GetUserPolicyResponse {
    pub policy_document: String,
    pub policy_name: String,
    pub user_name: String,
}

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]

[src]

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

impl Debug for GetUserPolicyResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetUserPolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more