serviceArns

@JvmName(name = "listServicesResponseString")
fun Flow<ListServicesResponse>.serviceArns(): Flow<String>

This paginator transforms the flow returned by listServicesPaginated to access the nested member String

Return

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


@JvmName(name = "listServicesByNamespaceResponseString")
fun Flow<ListServicesByNamespaceResponse>.serviceArns(): Flow<String>

This paginator transforms the flow returned by listServicesByNamespacePaginated to access the nested member String

Return

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