Class: Aws::Comprehend::Types::DescribeDocumentClassificationJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_classification_job_propertiesTypes::DocumentClassificationJobProperties

An object that describes the properties associated with the document classification job.



1941
1942
1943
1944
1945
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1941

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