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

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

#document_classification_job_propertiesTypes::DocumentClassificationJobProperties

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


1908
1909
1910
1911
1912
# File 'lib/aws-sdk-comprehend/types.rb', line 1908

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