Class: Aws::CloudSearch::Types::DeleteAnalysisSchemeResponse

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

Overview

The result of a DeleteAnalysisScheme request. Contains the status of the deleted analysis scheme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_schemeTypes::AnalysisSchemeStatus

The status of the analysis scheme being deleted.



520
521
522
523
524
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 520

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