Group class

Contains information about an IAM group entity.

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

Constructors

Group({required String arn, required DateTime createDate, required String groupId, required String groupName, required String path})
Group.fromXml(XmlElement elem)
factory

Properties

arn String
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 IAM User Guide.
final
createDate DateTime
The date and time, in ISO 8601 date-time format, when the group was created.
final
groupId String
The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the IAM User Guide.
final
groupName String
The friendly name that identifies the group.
final
hashCode int
The hash code for this object.
no setterinherited
path String
The path to the group. For more information about paths, see IAM Identifiers in the IAM User Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited