Class: Aws::CloudSearch::Types::DeleteAnalysisSchemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DeleteAnalysisSchemeResponse
- 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
-
#analysis_scheme ⇒ Types::AnalysisSchemeStatus
The status of the analysis scheme being deleted.
Instance Attribute Details
#analysis_scheme ⇒ Types::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 |