class Aws::IoTThingsGraph::Types::FlowTemplateFilter

An object that filters a workflow search.

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

data as a hash:

    {
      name: "DEVICE_MODEL_ID", # required, accepts DEVICE_MODEL_ID
      value: ["FlowTemplateFilterValue"], # required
    }

@!attribute [rw] name

The name of the search filter field.
@return [String]

@!attribute [rw] value

An array of string values for the search filter field. Multiple
values function as AND criteria in the search.
@return [Array<String>]

Constants

SENSITIVE