class Aws::QLDB::Types::ListJournalKinesisStreamsForLedgerRequest

@note When making an API call, you may pass ListJournalKinesisStreamsForLedgerRequest

data as a hash:

    {
      ledger_name: "LedgerName", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] ledger_name

The name of the ledger.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single
`ListJournalKinesisStreamsForLedger` request. (The actual number of
results returned might be fewer.)
@return [Integer]

@!attribute [rw] next_token

A pagination token, indicating that you want to retrieve the next
page of results. If you received a value for `NextToken` in the
response from a previous `ListJournalKinesisStreamsForLedger` call,
you should use that value as input here.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/ListJournalKinesisStreamsForLedgerRequest AWS API Documentation

Constants

SENSITIVE