ListStreamsOutput constructor

ListStreamsOutput({
  1. String? nextToken,
  2. List<StreamInfo>? streamInfoList,
})

Implementation

ListStreamsOutput({
  this.nextToken,
  this.streamInfoList,
});