Struct rusoto_iam::PolicyGroup [] [src]

pub struct PolicyGroup {
    pub group_id: Option<IdType>,
    pub group_name: Option<GroupNameType>,
}

Contains information about a group that a managed policy is attached to.

This data type is used as a response element in the ListEntitiesForPolicy action.

For more information about managed policies, refer to Managed Policies and Inline Policies in the Using IAM guide.

Fields

The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the IAM User Guide.

The name (friendly name, not ARN) identifying the group.

Trait Implementations

impl Default for PolicyGroup
[src]

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

impl Debug for PolicyGroup
[src]

Formats the value using the given formatter.

impl Clone for PolicyGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more