Class: Aws::HealthLake::Types::NlpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::NlpConfiguration
- 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
-
#status ⇒ String
<para>The status of the NLP configuration.</para>.
Instance Attribute Details
#status ⇒ String
<para>The status of the NLP configuration.</para>
903 904 905 906 907 |
# File 'lib/aws-sdk-healthlake/types.rb', line 903 class NlpConfiguration < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |