Class: Aws::CloudSearch::Types::DefineAnalysisSchemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DefineAnalysisSchemeResponse
- 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
-
#analysis_scheme ⇒ Types::AnalysisSchemeStatus
The status and configuration of an
AnalysisScheme
.
Instance Attribute Details
#analysis_scheme ⇒ Types::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 |