findingsSummaries

@JvmName(name = "listFindingsResponseFindingSummary")
fun Flow<ListFindingsResponse>.findingsSummaries(): Flow<FindingSummary>

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

Return

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