environments

@JvmName(name = "listEnvironmentsResponseEnvironmentName")
fun Flow<ListEnvironmentsResponse>.environments(): Flow<String>

This paginator transforms the flow returned by listEnvironmentsPaginated to access the nested member EnvironmentName

Return

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