Struct rusoto_iam::GetRolePolicyResponse [] [src]

pub struct GetRolePolicyResponse {
    pub policy_document: String,
    pub policy_name: String,
    pub role_name: String,
}

Contains the response to a successful GetRolePolicy request.

Fields

The policy document.

The name of the policy.

The role the policy is associated with.

Trait Implementations

impl Default for GetRolePolicyResponse
[src]

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

impl Debug for GetRolePolicyResponse
[src]

Formats the value using the given formatter.

impl Clone for GetRolePolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more