Class: Aws::Comprehend::Types::DeleteDocumentClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DeleteDocumentClassifierRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classifier_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the document classifier.
Instance Attribute Details
#document_classifier_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the document classifier.
1794 1795 1796 1797 1798 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1794 class DeleteDocumentClassifierRequest < Struct.new( :document_classifier_arn) SENSITIVE = [] include Aws::Structure end |