class Aws::IoTThingsGraph::Types::SystemTemplateFilter

An object that filters a system search.

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

data as a hash:

    {
      name: "FLOW_TEMPLATE_ID", # required, accepts FLOW_TEMPLATE_ID
      value: ["SystemTemplateFilterValue"], # required
    }

@!attribute [rw] name

The name of the system 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