reservations

@JvmName(name = "describeInstancesResponseReservation")
fun Flow<DescribeInstancesResponse>.reservations(): Flow<Reservation>

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

Return

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