Struct rusoto_iam::GroupDetail [] [src]

pub struct GroupDetail {
    pub arn: Option<String>,
    pub attached_managed_policies: Option<Vec<AttachedPolicy>>,
    pub create_date: Option<String>,
    pub group_id: Option<String>,
    pub group_name: Option<String>,
    pub group_policy_list: Option<Vec<PolicyDetail>>,
    pub path: Option<String>,
}

Contains information about an IAM group, including all of the group's policies.

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

Fields

A list of the managed policies attached to the group.

The date and time, in ISO 8601 date-time format, when the group was created.

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

The friendly name that identifies the group.

A list of the inline policies embedded in the group.

The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.

Trait Implementations

impl Default for GroupDetail
[src]

[src]

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

impl Debug for GroupDetail
[src]

[src]

Formats the value using the given formatter.

impl Clone for GroupDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more