Class: Aws::QLDB::Types::ExportJournalToS3Response

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

#export_idString

The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.

To describe your export request and check the status of the job, you can use ExportId to call DescribeJournalS3Export.

Returns:

  • (String)


452
453
454
455
456
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 452

class ExportJournalToS3Response < Struct.new(
  :export_id)
  SENSITIVE = []
  include Aws::Structure
end