ListStreamProcessorsResponse constructor

ListStreamProcessorsResponse({
  1. String? nextToken,
  2. List<StreamProcessor>? streamProcessors,
})

Implementation

ListStreamProcessorsResponse({
  this.nextToken,
  this.streamProcessors,
});