Class: Aws::Comprehend::Types::DescribeDocumentClassifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDocumentClassifierResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classifier_properties ⇒ Types::DocumentClassifierProperties
An object that contains the properties associated with a document classifier.
Instance Attribute Details
#document_classifier_properties ⇒ Types::DocumentClassifierProperties
An object that contains the properties associated with a document classifier.
1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1968 class DescribeDocumentClassifierResponse < Struct.new( :document_classifier_properties) SENSITIVE = [] include Aws::Structure end |