class Aws::CloudSearch::Types::DescribeExpressionsRequest

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

data as a hash:

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

@!attribute [rw] domain_name

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

@!attribute [rw] expression_names

Limits the `DescribeExpressions` response to the specified
expressions. If not specified, all expressions are shown.
@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