class Aws::CloudSearch::Types::DescribeSuggestersRequest

Container for the parameters to the `DescribeSuggester` operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters 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 DescribeSuggestersRequest

data as a hash:

    {
      domain_name: "DomainName", # required
      suggester_names: ["StandardName"],
      deployed: false,
    }

@!attribute [rw] domain_name

The name of the domain you want to describe.
@return [String]

@!attribute [rw] suggester_names

The suggesters 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