class Aws::CloudSearch::Types::DescribeIndexFieldsRequest

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

data as a hash:

    {
      domain_name: "DomainName", # required
      field_names: ["DynamicFieldName"],
      deployed: false,
    }

@!attribute [rw] domain_name

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

@!attribute [rw] field_names

A list of the index fields you want to describe. If not specified,
information is returned for all configured index fields.
@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