Struct rusoto_iam::GetGroupPolicyRequest [] [src]

pub struct GetGroupPolicyRequest {
    pub group_name: String,
    pub policy_name: String,
}

Fields

The name of the group the policy is associated with.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

The name of the policy document to get.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

Trait Implementations

impl Default for GetGroupPolicyRequest
[src]

[src]

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

impl Debug for GetGroupPolicyRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetGroupPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more