Class: Aws::CloudSearch::Types::DefineAnalysisSchemeResponse

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

Overview

The result of a ‘DefineAnalysisScheme` request. Contains the status of the newly-configured analysis scheme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_schemeTypes::AnalysisSchemeStatus

The status and configuration of an ‘AnalysisScheme`.



375
376
377
378
379
# File 'lib/aws-sdk-cloudsearch/types.rb', line 375

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