analysisReports

@JvmName(name = "listAnalysisReportsResponseAnalysisReport")
fun Flow<ListAnalysisReportsResponse>.analysisReports(): Flow<AnalysisReport>

This paginator transforms the flow returned by listAnalysisReportsPaginated to access the nested member AnalysisReport

Return

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