samplingRuleRecords

@JvmName(name = "getSamplingRulesResponseSamplingRuleRecord")
fun Flow<GetSamplingRulesResponse>.samplingRuleRecords(): Flow<SamplingRuleRecord>

This paginator transforms the flow returned by getSamplingRulesPaginated to access the nested member SamplingRuleRecord

Return

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