class Aws::IoTThingsGraph::Types::SystemInstanceFilter

An object that filters a system instance search. Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a STATUS filter searches for system instances in the specified Greengrass group that have the specified status.

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

data as a hash:

    {
      name: "SYSTEM_TEMPLATE_ID", # accepts SYSTEM_TEMPLATE_ID, STATUS, GREENGRASS_GROUP_NAME
      value: ["SystemInstanceFilterValue"],
    }

@!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