ListAcceleratorsResponse constructor

ListAcceleratorsResponse({
  1. List<Accelerator>? accelerators,
  2. String? nextToken,
})

Implementation

ListAcceleratorsResponse({
  this.accelerators,
  this.nextToken,
});