Class: Aws::HealthLake::Types::NlpConfiguration

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

Overview

The natural language processing (NLP) configuration for a data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the NLP configuration.

Returns:

  • (String)


903
904
905
906
907
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 903

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