Class: Aws::HealthLake::Types::NlpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::NlpConfiguration
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the NLP configuration. .
Instance Attribute Details
#status ⇒ 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 |