class Aws::SecretsManager::Types::Filter

Allows you to add filters when you use the search function in Secrets Manager.

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

data as a hash:

    {
      key: "description", # accepts description, name, tag-key, tag-value, primary-region, all
      values: ["FilterValueStringType"],
    }

@!attribute [rw] key

Filters your list of secrets by a specific key.
@return [String]

@!attribute [rw] values

Filters your list of secrets by a specific value.

You can prefix your search value with an exclamation mark (`!`) in
order to perform negation filters.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/Filter AWS API Documentation

Constants

SENSITIVE