ListStreamProcessorsResponse constructor
ListStreamProcessorsResponse({
- String? nextToken,
- List<
StreamProcessor> ? streamProcessors,
Implementation
ListStreamProcessorsResponse({
this.nextToken,
this.streamProcessors,
});