budgets

@JvmName(name = "describeBudgetsResponseBudget")
fun Flow<DescribeBudgetsResponse>.budgets(): Flow<Budget>

This paginator transforms the flow returned by describeBudgetsPaginated to access the nested member Budget

Return

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