services

@JvmName(name = "describeServicesResponseService")
fun Flow<DescribeServicesResponse>.services(): Flow<Service>

This paginator transforms the flow returned by describeServicesPaginated to access the nested member Service

Return

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