You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::Filter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Specifies the name of the filter.

Returns:

  • (String)

    Specifies the name of the filter.

#valuesArray<String>

Contains one or more values for the filter.

Returns:

  • (Array<String>)

    Contains one or more values for the filter.