Get User Groups Result
    data class GetUserGroupsResult(val groups: List<GetUserGroupsGroup>? = null, val id: String, val userPoolId: String)
A collection of values returned by getUserGroups.
A collection of values returned by getUserGroups.