instanceTypes

@JvmName(name = "getOutpostInstanceTypesResponseInstanceTypeItem")
fun Flow<GetOutpostInstanceTypesResponse>.instanceTypes(): Flow<InstanceTypeItem>

This paginator transforms the flow returned by getOutpostInstanceTypesPaginated to access the nested member InstanceTypeItem

Return

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