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

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

Overview

<para>The natural language processing (NLP) configuration for a data store.</para>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

<para>The status of the NLP configuration.</para>

Returns:

  • (String)


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

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