class Aws::CloudSearch::Types::DescribeAnalysisSchemesRequest
Container for the parameters to the `DescribeAnalysisSchemes` operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the `Deployed` option to `true`.
@note When making an API call, you may pass DescribeAnalysisSchemesRequest
data as a hash: { domain_name: "DomainName", # required analysis_scheme_names: ["StandardName"], deployed: false, }
@!attribute [rw] domain_name
The name of the domain you want to describe. @return [String]
@!attribute [rw] analysis_scheme_names
The analysis schemes you want to describe. @return [Array<String>]
@!attribute [rw] deployed
Whether to display the deployed configuration (`true`) or include any pending changes (`false`). Defaults to `false`. @return [Boolean]
Constants
- SENSITIVE