Class: Aws::Textract::Types::StartExpenseAnalysisResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 text detection job. The ‘JobId` is returned from `StartExpenseAnalysis`. A `JobId` value is only valid for 7 days.

Returns:

  • (String)


1793
1794
1795
1796
1797
# File 'lib/aws-sdk-textract/types.rb', line 1793

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