roles

@JvmName(name = "listRolesResponseRole")
fun Flow<ListRolesResponse>.roles(): Flow<Role>

This paginator transforms the flow returned by listRolesPaginated to access the nested member Role

Return

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