ListDeviceInstancesResult constructor

ListDeviceInstancesResult({
  1. List<DeviceInstance>? deviceInstances,
  2. String? nextToken,
})

Implementation

ListDeviceInstancesResult({
  this.deviceInstances,
  this.nextToken,
});