activeViolations

@JvmName(name = "listActiveViolationsResponseActiveViolation")
fun Flow<ListActiveViolationsResponse>.activeViolations(): Flow<ActiveViolation>

This paginator transforms the flow returned by listActiveViolationsPaginated to access the nested member ActiveViolation

Return

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