Class: Aws::Comprehend::Types::DescribeDocumentClassificationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDocumentClassificationJobRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job. The
StartDocumentClassificationJob
operation returns this identifier
in its response.
1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1928 class DescribeDocumentClassificationJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |