ListInputDevicesResponse constructor

ListInputDevicesResponse({
  1. List<InputDeviceSummary>? inputDevices,
  2. String? nextToken,
})

Implementation

ListInputDevicesResponse({
  this.inputDevices,
  this.nextToken,
});