attackSummaries

@JvmName(name = "listAttacksResponseAttackSummary")
fun Flow<ListAttacksResponse>.attackSummaries(): Flow<AttackSummary>

This paginator transforms the flow returned by listAttacksPaginated to access the nested member AttackSummary

Return

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