class Aws::LicenseManager::Types::Filter

A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

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

data as a hash:

    {
      name: "FilterName",
      values: ["FilterValue"],
    }

@!attribute [rw] name

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

@!attribute [rw] values

Filter values. Filter values are case-sensitive.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/Filter AWS API Documentation

Constants

SENSITIVE