Class: Aws::Comprehend::Types::DescribeDocumentClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDocumentClassifierRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Note:
When making an API call, you may pass DescribeDocumentClassifierRequest data as a hash:
{
document_classifier_arn: "DocumentClassifierArn", # required
}
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. The operation returns this identifier in its response.
1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1333 class DescribeDocumentClassifierRequest < Struct.new( :document_classifier_arn) SENSITIVE = [] include Aws::Structure end |