events

@JvmName(name = "getLogEventsResponseOutputLogEvent")
fun Flow<GetLogEventsResponse>.events(): Flow<OutputLogEvent>

This paginator transforms the flow returned by getLogEventsPaginated to access the nested member OutputLogEvent

Return

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