destinations

@JvmName(name = "describeDestinationsResponseDestination")
fun Flow<DescribeDestinationsResponse>.destinations(): Flow<Destination>

This paginator transforms the flow returned by describeDestinationsPaginated to access the nested member Destination

Return

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