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