Class: Aws::CloudSearch::Types::DefineAnalysisSchemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DefineAnalysisSchemeResponse
- 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.
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 'lib/aws-sdk-cloudsearch/types.rb', line 375 class DefineAnalysisSchemeResponse < Struct.new( :analysis_scheme) SENSITIVE = [] include Aws::Structure end |