class Aws::QLDB::Types::ListJournalS3ExportsRequest

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

data as a hash:

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

@!attribute [rw] max_results

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

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

Constants

SENSITIVE