Struct rusoto_iam::Group [] [src]

pub struct Group {
    pub arn: String,
    pub create_date: String,
    pub group_id: String,
    pub group_name: String,
    pub path: String,
}

Contains information about an IAM group entity.

This data type is used as a response element in the following actions:

Fields

The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.

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.

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

Trait Implementations

impl Default for Group
[src]

[src]

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

impl Debug for Group
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Group
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Group

impl Sync for Group