aliases

@JvmName(name = "listAliasesResponseAlias")
fun Flow<ListAliasesResponse>.aliases(): Flow<Alias>

This paginator transforms the flow returned by listAliasesPaginated to access the nested member Alias

Return

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