rules

@JvmName(name = "getReadinessCheckResourceStatusResponseRuleResult")
fun Flow<GetReadinessCheckResourceStatusResponse>.rules(): Flow<RuleResult>

This paginator transforms the flow returned by getReadinessCheckResourceStatusPaginated to access the nested member RuleResult

Return

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


@JvmName(name = "listRulesResponseListRulesOutput")
fun Flow<ListRulesResponse>.rules(): Flow<ListRulesOutput>

This paginator transforms the flow returned by listRulesPaginated to access the nested member ListRulesOutput

Return

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