findings

@JvmName(name = "listIncidentFindingsResponseFindingSummary")
fun Flow<ListIncidentFindingsResponse>.findings(): Flow<FindingSummary>

This paginator transforms the flow returned by listIncidentFindingsPaginated to access the nested member FindingSummary

Return

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