Class: Aws::OpenSearchService::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::Filter
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Note:
When making an API call, you may pass Filter data as a hash:
{
name: "NonEmptyString",
values: ["NonEmptyString"],
}
A filter used to limit results when describing inbound or outbound cross-cluster connections. Multiple values can be specified per filter. A cross-cluster 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
The name of the filter.
-
#values ⇒ Array<String>
Contains one or more values for the filter.