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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/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

#statusString

The status of the NLP configuration.

Returns:

  • (String)


1651
1652
1653
1654
1655
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1651

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