AwsIamGroupDetails constructor
AwsIamGroupDetails({
- List<
AwsIamAttachedManagedPolicy> ? attachedManagedPolicies, - String? createDate,
- String? groupId,
- String? groupName,
- List<
AwsIamGroupPolicy> ? groupPolicyList, - String? path,
Implementation
AwsIamGroupDetails({
this.attachedManagedPolicies,
this.createDate,
this.groupId,
this.groupName,
this.groupPolicyList,
this.path,
});