accountAssignments
This paginator transforms the flow returned by listAccountAssignmentsPaginated to access the nested member AccountAssignment
Return
A kotlinx.coroutines.flow.Flow that can collect AccountAssignment
fun Flow<ListAccountAssignmentsForPrincipalResponse>.accountAssignments(): Flow<AccountAssignmentForPrincipal>
This paginator transforms the flow returned by listAccountAssignmentsForPrincipalPaginated to access the nested member AccountAssignmentForPrincipal
Return
A kotlinx.coroutines.flow.Flow that can collect AccountAssignmentForPrincipal