Class: Aws::OpenSearchService::Types::NaturalLanguageQueryGenerationOptionsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for parameters representing the state of the natural language query generation feature on the specified domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_stateString

The current state of the natural language query generation feature, indicating completion, in progress, or failure.

Returns:

  • (String)


5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5463

class NaturalLanguageQueryGenerationOptionsOutput < Struct.new(
  :desired_state,
  :current_state)
  SENSITIVE = []
  include Aws::Structure
end

#desired_stateString

The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.

Returns:

  • (String)


5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5463

class NaturalLanguageQueryGenerationOptionsOutput < Struct.new(
  :desired_state,
  :current_state)
  SENSITIVE = []
  include Aws::Structure
end