class Aws::Imagebuilder::Types::Filter

A filter name and value pair that is used to return a more specific list of results from a list 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

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

@!attribute [rw] values

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

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/Filter AWS API Documentation

Constants

SENSITIVE