Class: Aws::ElasticsearchService::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::Filter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Specifies the name of the filter.
-
#values ⇒ Array<String>
Contains one or more values for the filter.