ListCustomRoutingAcceleratorsResponse constructor
ListCustomRoutingAcceleratorsResponse({
- List<
CustomRoutingAccelerator> ? accelerators, - String? nextToken,
Implementation
ListCustomRoutingAcceleratorsResponse({
this.accelerators,
this.nextToken,
});