gatewaySummaries

@JvmName(name = "listGatewaysResponseGatewaySummary")
fun Flow<ListGatewaysResponse>.gatewaySummaries(): Flow<GatewaySummary>

This paginator transforms the flow returned by listGatewaysPaginated to access the nested member GatewaySummary

Return

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