dbSnapshots

@JvmName(name = "describeDbSnapshotsResponseDbSnapshot")
fun Flow<DescribeDbSnapshotsResponse>.dbSnapshots(): Flow<DbSnapshot>

This paginator transforms the flow returned by describeDbSnapshotsPaginated to access the nested member DbSnapshot

Return

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