Struct rusoto_iam::GetGroupPolicyResponse[][src]

pub struct GetGroupPolicyResponse {
    pub group_name: String,
    pub policy_document: String,
    pub policy_name: String,
}

Contains the response to a successful GetGroupPolicy request.

Fields

The group the policy is associated with.

The policy document.

The name of the policy.

Trait Implementations

impl Default for GetGroupPolicyResponse
[src]

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

impl Debug for GetGroupPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetGroupPolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetGroupPolicyResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations