You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Filter
- Defined in:
- (unknown)
Overview
Note:
When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "FilterKey", # required
values: ["FilterValue"], # required
}
A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria.
Instance Attribute Summary collapse
-
#key ⇒ String
The key of a filter.
-
#values ⇒ Array<String>
The values of a filter.
Instance Attribute Details
#key ⇒ String
The key of a filter.
#values ⇒ Array<String>
The values of a filter.