class Aws::ElasticsearchService::Types::Filter
A filter used to limit results when describing inbound or outbound cross-cluster search connections. Multiple values can be specified per filter. A cross-cluster search connection must match at least one of the specified values for it to be returned from an operation.
@note When making an API call, you may pass Filter
data as a hash: { name: "NonEmptyString", values: ["NonEmptyString"], }
@!attribute [rw] name
Specifies the name of the filter. @return [String]
@!attribute [rw] values
Contains one or more values for the filter. @return [Array<String>]
Constants
- SENSITIVE