class Aws::RDS::Types::Filter

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as IDs. The filters supported by a describe operation are documented with the describe operation.

<note markdown=“1”> Currently, wildcards are not supported in filters.

</note>

The following actions can be filtered:

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

data as a hash:

    {
      name: "String", # required
      values: ["String"], # required
    }

@!attribute [rw] name

The name of the filter. Filter names are case-sensitive.
@return [String]

@!attribute [rw] values

One or more filter values. Filter values are case-sensitive.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Filter AWS API Documentation

Constants

SENSITIVE