automationEvents

@JvmName(name = "listAutomationEventsResponseAutomationEvent")
fun Flow<ListAutomationEventsResponse>.automationEvents(): Flow<AutomationEvent>

This paginator transforms the flow returned by listAutomationEventsPaginated to access the nested member AutomationEvent

Return

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