ListJournalKinesisStreamsForLedgerResponse constructor

ListJournalKinesisStreamsForLedgerResponse({
  1. String? nextToken,
  2. List<JournalKinesisStreamDescription>? streams,
})

Implementation

ListJournalKinesisStreamsForLedgerResponse({
  this.nextToken,
  this.streams,
});