class Aws::QLDB::Types::ListLedgersRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] max_results

The maximum number of results to return in a single `ListLedgers`
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 `ListLedgers` call, then you should use
that value as input here.
@return [String]

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

Constants

SENSITIVE