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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#journal_s3_exportsArray<Types::JournalS3ExportDescription>

The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.



1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1045

class ListJournalS3ExportsResponse < Struct.new(
  :journal_s3_exports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1045

class ListJournalS3ExportsResponse < Struct.new(
  :journal_s3_exports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end