GroupDetail class
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.
Constructors
- 
          GroupDetail({String? arn, List<AttachedPolicy> ? attachedManagedPolicies, DateTime? createDate, String? groupId, String? groupName, List<PolicyDetail> ? groupPolicyList, String? path})
- GroupDetail.fromXml(XmlElement elem)
- 
          
            factory
Properties
- arn → String?
- 
  
  final
- 
  attachedManagedPolicies
  → List<AttachedPolicy> ?
- 
  A list of the managed policies attached to the group.
  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
- 
  groupPolicyList
  → List<PolicyDetail> ?
- 
  A list of the inline policies embedded in 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