ListCustomRoutingAcceleratorsResponse constructor

ListCustomRoutingAcceleratorsResponse({
  1. List<CustomRoutingAccelerator>? accelerators,
  2. String? nextToken,
})

Implementation

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