Class: Aws::QLDB::Types::ExportJournalToS3Response
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QLDB::Types::ExportJournalToS3Response
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-qldb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #export_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.
 
Instance Attribute Details
#export_id ⇒ String
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`.
      452 453 454 455 456  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 452 class ExportJournalToS3Response < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end  |