Class: Aws::Comprehend::Types::DescribeDocumentClassificationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDocumentClassificationJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classification_job_properties ⇒ Types::DocumentClassificationJobProperties
An object that describes the properties associated with the document classification job.
Instance Attribute Details
#document_classification_job_properties ⇒ Types::DocumentClassificationJobProperties
An object that describes the properties associated with the document classification job.
1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1941 class DescribeDocumentClassificationJobResponse < Struct.new( :document_classification_job_properties) SENSITIVE = [] include Aws::Structure end |