grantList

@JvmName(name = "listPolicyGrantsResponsePolicyGrantMember")
fun Flow<ListPolicyGrantsResponse>.grantList(): Flow<PolicyGrantMember>

This paginator transforms the flow returned by listPolicyGrantsPaginated to access the nested member PolicyGrantMember

Return

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