hosts

@JvmName(name = "describeHostsResponseHost")
fun Flow<DescribeHostsResponse>.hosts(): Flow<Host>

This paginator transforms the flow returned by describeHostsPaginated to access the nested member Host

Return

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