Class: Aws::OpenSearchService::Types::NaturalLanguageQueryGenerationOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NaturalLanguageQueryGenerationOptionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for parameters required to enable the natural language query generation feature.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ String
The desired state of the natural language query generation feature.
Instance Attribute Details
#desired_state ⇒ String
The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
5442 5443 5444 5445 5446 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5442 class NaturalLanguageQueryGenerationOptionsInput < Struct.new( :desired_state) SENSITIVE = [] include Aws::Structure end |