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
show all
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

Instance Attribute Details

#keyString

The key of a filter.

Returns:

  • (String)

    The key of a filter.

#valuesArray<String>

The values of a filter.

Returns:

  • (Array<String>)

    The values of a filter.