reportDefinitions

@JvmName(name = "listReportDefinitionsResponseReportDefinition")
fun Flow<ListReportDefinitionsResponse>.reportDefinitions(): Flow<ReportDefinition>

This paginator transforms the flow returned by listReportDefinitionsPaginated to access the nested member ReportDefinition

Return

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