Class: Aws::Textract::Types::StartExpenseAnalysisResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::StartExpenseAnalysisResponse
 
 
- Defined in:
 - gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the text detection job.
 
Instance Attribute Details
#job_id ⇒ String
A unique identifier for the text detection job. The JobId is
returned from StartExpenseAnalysis. A JobId value is only valid
for 7 days.
      2953 2954 2955 2956 2957  | 
    
      # File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2953 class StartExpenseAnalysisResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |