You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDB::Types::ListJournalKinesisStreamsForLedgerResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

  • If NextToken is empty, the last page of results has been processed and there are no more results to be retrieved.

  • If NextToken is not empty, more results are available. To retrieve the next page of results, use the value of NextToken in a subsequent ListJournalKinesisStreamsForLedger call.

Returns:

  • (String)
    • If NextToken is empty, the last page of results has been processed and there are no more results to be retrieved.

#streamsArray<Types::JournalKinesisStreamDescription>

The array of QLDB journal stream descriptors that are associated with the given ledger.

Returns: