You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudSearch::Types::DescribeExpressionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeExpressionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#deployedBoolean

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

Returns:

  • (Boolean)

    Whether to display the deployed configuration (true) or include any pending changes (false).

#domain_nameString

The name of the domain you want to describe.

Returns:

  • (String)

    The name of the domain you want to describe.

#expression_namesArray<String>

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

Returns:

  • (Array<String>)

    Limits the DescribeExpressions response to the specified expressions.