events

@JvmName(name = "describeEventsResponseEventDescription")
fun Flow<DescribeEventsResponse>.events(): Flow<EventDescription>

This paginator transforms the flow returned by describeEventsPaginated to access the nested member EventDescription

Return

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