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.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_schemeTypes::AnalysisSchemeStatus

The status and configuration of an ‘AnalysisScheme`.



425
426
427
428
# File 'lib/aws-sdk-cloudsearch/types.rb', line 425

class DefineAnalysisSchemeResponse < Struct.new(
  :analysis_scheme)
  include Aws::Structure
end