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

Class: Aws::QLDB::Types::ListJournalS3ExportsForLedgerRequest

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

Overview

Note:

When passing ListJournalS3ExportsForLedgerRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single ListJournalS3ExportsForLedger request. (The actual number of results returned might be fewer.)

Returns:

  • (Integer)

    The maximum number of results to return in a single ListJournalS3ExportsForLedger request.

#nameString

The name of the ledger.

Returns:

  • (String)

    The name of the ledger.

#next_tokenString

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 ListJournalS3ExportsForLedger call, then you should use that value as input here.

Returns:

  • (String)

    A pagination token, indicating that you want to retrieve the next page of results.