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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 375

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