policies

@JvmName(name = "listPoliciesResponsePolicyItem")
fun Flow<ListPoliciesResponse>.policies(): Flow<PolicyItem>

This paginator transforms the flow returned by listPoliciesPaginated to access the nested member PolicyItem

Return

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