roleList

@JvmName(name = "listAccountRolesResponseRoleInfo")
fun Flow<ListAccountRolesResponse>.roleList(): Flow<RoleInfo>

This paginator transforms the flow returned by listAccountRolesPaginated to access the nested member RoleInfo

Return

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