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