PolicyGroup class

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

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

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

Constructors

PolicyGroup({String? groupId, String? groupName})
PolicyGroup.fromXml(XmlElement elem)
factory

Properties

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 name (friendly name, not ARN) identifying the group.
final
hashCode int
The hash code for this object.
no setterinherited
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