qldb_list_journal_s3_exports_for_ledger: Returns all journal export jobs for a specified ledger

View source: R/qldb_operations.R

qldb_list_journal_s3_exports_for_ledgerR Documentation

Returns all journal export jobs for a specified ledger

Description

Returns all journal export jobs for a specified ledger.

See https://www.paws-r-sdk.com/docs/qldb_list_journal_s3_exports_for_ledger/ for full documentation.

Usage

qldb_list_journal_s3_exports_for_ledger(
  Name,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Name

[required] The name of the ledger.

MaxResults

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

NextToken

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


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.