ListJournalKinesisStreamsForLedgerResponse constructor
ListJournalKinesisStreamsForLedgerResponse({
- String? nextToken,
- List<
JournalKinesisStreamDescription> ? streams,
Implementation
ListJournalKinesisStreamsForLedgerResponse({
this.nextToken,
this.streams,
});