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)


1144
1145
1146
1147
1148
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1144

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