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.
1947 1948 1949 1950 1951 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1947 class DescribeDocumentClassifierResponse < Struct.new( :document_classifier_properties) SENSITIVE = [] include Aws::Structure end |