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

Class: Aws::DocDB::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: "String", # required
  values: ["String"], # required
}

A named set of filter values, used to return a more specific list of results. You can use a filter to match a set of resources by specific criteria, such as IDs.

Wildcards are not supported in filters.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter. Filter names are case sensitive.

Returns:

  • (String)

    The name of the filter.

#valuesArray<String>

One or more filter values. Filter values are case sensitive.

Returns:

  • (Array<String>)

    One or more filter values.