instances

@JvmName(name = "listInstancesResponseInstance")
fun Flow<ListInstancesResponse>.instances(): Flow<Instance>

This paginator transforms the flow returned by listInstancesPaginated to access the nested member Instance

Return

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