instances

@JvmName(name = "describeInstancesResponseInstance")
fun Flow<DescribeInstancesResponse>.instances(): Flow<Instance>

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

Return

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