tapeInfos

@JvmName(name = "listTapesResponseTapeInfo")
fun Flow<ListTapesResponse>.tapeInfos(): Flow<TapeInfo>

This paginator transforms the flow returned by listTapesPaginated to access the nested member TapeInfo

Return

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