ListStreamConsumersOutput constructor

ListStreamConsumersOutput({
  1. List<Consumer>? consumers,
  2. String? nextToken,
})

Implementation

ListStreamConsumersOutput({
  this.consumers,
  this.nextToken,
});