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

Class: Aws::QLDB::Types::ListJournalS3ExportsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#journal_s3_exportsArray<Types::JournalS3ExportDescription>

The array of journal export job descriptions for all ledgers that are associated with the current AWS account and Region.

Returns:

  • (Array<Types::JournalS3ExportDescription>)

    The array of journal export job descriptions for all ledgers that are associated with the current AWS account and Region.

#next_tokenString

  • If NextToken is empty, then the last page of results has been processed and there are no more results to be retrieved.

  • If NextToken is not empty, then there are more results available. To retrieve the next page of results, use the value of NextToken in a subsequent ListJournalS3Exports call.

Returns:

  • (String)
    • If NextToken is empty, then the last page of results has been processed and there are no more results to be retrieved.