dbInstances

@JvmName(name = "describeDbInstancesResponseDbInstance")
fun Flow<DescribeDbInstancesResponse>.dbInstances(): Flow<DbInstance>

This paginator transforms the flow returned by describeDbInstancesPaginated to access the nested member DbInstance

Return

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