class Aws::OpenSearchService::Types::Filter

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.

@note When making an API call, you may pass Filter

data as a hash:

    {
      name: "NonEmptyString",
      values: ["NonEmptyString"],
    }

@!attribute [rw] name

The name of the filter.
@return [String]

@!attribute [rw] values

Contains one or more values for the filter.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/Filter AWS API Documentation

Constants

SENSITIVE