authenticationProfileSummaryList

@JvmName(name = "listAuthenticationProfilesResponseAuthenticationProfileSummary")
fun Flow<ListAuthenticationProfilesResponse>.authenticationProfileSummaryList(): Flow<AuthenticationProfileSummary>

This paginator transforms the flow returned by listAuthenticationProfilesPaginated to access the nested member AuthenticationProfileSummary

Return

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