mfaDevices

@JvmName(name = "listMfaDevicesResponseMfaDevice")
fun Flow<ListMfaDevicesResponse>.mfaDevices(): Flow<MfaDevice>

This paginator transforms the flow returned by listMfaDevicesPaginated to access the nested member MfaDevice

Return

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