Class: Aws::QLDB::Types::DescribeJournalS3ExportRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QLDB::Types::DescribeJournalS3ExportRequest
 
 
- 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) of the journal export job to describe.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the ledger.
 
Instance Attribute Details
#export_id ⇒ String
The UUID (represented in Base62-encoded text) of the journal export job to describe.
      273 274 275 276 277 278  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 273 class DescribeJournalS3ExportRequest < Struct.new( :name, :export_id) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the ledger.
      273 274 275 276 277 278  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 273 class DescribeJournalS3ExportRequest < Struct.new( :name, :export_id) SENSITIVE = [] include Aws::Structure end  |