UserGroup constructor

UserGroup({
  1. String? arn,
  2. String? engine,
  3. UserGroupPendingChanges? pendingChanges,
  4. List<String>? replicationGroups,
  5. String? status,
  6. String? userGroupId,
  7. List<String>? userIds,
})

Implementation

UserGroup({
  this.arn,
  this.engine,
  this.pendingChanges,
  this.replicationGroups,
  this.status,
  this.userGroupId,
  this.userIds,
});