users

@JvmName(name = "describeUsersResponseUser")
fun Flow<DescribeUsersResponse>.users(): Flow<User>

This paginator transforms the flow returned by describeUsersPaginated to access the nested member User

Return

A kotlinx.coroutines.flow.Flow that can collect User