Class: Aws::Comprehend::Types::CreateDocumentClassifierResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_classifier_arnString

The Amazon Resource Name (ARN) that identifies the document classifier.

Returns:

  • (String)


1113
1114
1115
1116
1117
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1113

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