Class: Aws::Textract::Types::GetLendingAnalysisSummaryRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::GetLendingAnalysisSummaryRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-textract/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the lending or text-detection job.
 
Instance Attribute Details
#job_id ⇒ String
A unique identifier for the lending or text-detection job. The ‘JobId` is returned from StartLendingAnalysis. A `JobId` value is only valid for 7 days.
      1815 1816 1817 1818 1819  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 1815 class GetLendingAnalysisSummaryRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |