class Aws::IAM::Types::GroupDetail

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 operation.

@!attribute [rw] path

The path to the group. For more information about paths, see [IAM
identifiers][1] in the *IAM User Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
@return [String]

@!attribute [rw] group_name

The friendly name that identifies the group.
@return [String]

@!attribute [rw] group_id

The stable and unique string identifying the group. For more
information about IDs, see [IAM identifiers][1] in the *IAM User
Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN). ARNs are unique identifiers for
Amazon Web Services resources.

For more information about ARNs, go to [Amazon Resource Names
(ARNs)][1] in the *Amazon Web Services General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] create_date

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

[1]: http://www.iso.org/iso/iso8601
@return [Time]

@!attribute [rw] group_policy_list

A list of the inline policies embedded in the group.
@return [Array<Types::PolicyDetail>]

@!attribute [rw] attached_managed_policies

A list of the managed policies attached to the group.
@return [Array<Types::AttachedPolicy>]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GroupDetail AWS API Documentation

Constants

SENSITIVE