You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecretsManager::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::Filter
- Defined in:
- (unknown)
Overview
Note:
When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "description", # accepts description, name, tag-key, tag-value, all
values: ["FilterValueStringType"],
}
Allows you to filter your list of secrets.
Instance Attribute Summary collapse
-
#key ⇒ String
Filters your list of secrets by a specific key.
-
#values ⇒ Array<String>
Filters your list of secrets by a specific value.
Instance Attribute Details
#key ⇒ String
Filters your list of secrets by a specific key.
Possible values:
- description
- name
- tag-key
- tag-value
- all
#values ⇒ Array<String>
Filters your list of secrets by a specific value.