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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#status ⇒ String

The status of the NLP configuration.

Returns:

  • (String)


1745
1746
1747
1748
1749
# File 'lib/aws-sdk-healthlake/types.rb', line 1745

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