Class: Aws::Comprehend::Types::DescribeDocumentClassificationJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier that Amazon Comprehend generated for the job. The `StartDocumentClassificationJob` operation returns this identifier in its response.

Returns:

  • (String)

1904
1905
1906
1907
1908
# File 'lib/aws-sdk-comprehend/types.rb', line 1904

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