Class: Aws::Textract::Types::StartLendingAnalysisResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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.

Returns:

  • (String)


3048
3049
3050
3051
3052
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3048

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