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]

[src]

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

impl Debug for GetGroupPolicyResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetGroupPolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more