class Aws::IoTThingsGraph::Types::SearchSystemInstancesRequest

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

data as a hash:

    {
      filters: [
        {
          name: "SYSTEM_TEMPLATE_ID", # accepts SYSTEM_TEMPLATE_ID, STATUS, GREENGRASS_GROUP_NAME
          value: ["SystemInstanceFilterValue"],
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

Optional filter to apply to the search. Valid filters are
`SYSTEM_TEMPLATE_ID`, `STATUS`, and `GREENGRASS_GROUP_NAME`.

Multiple filters function as OR criteria in the query. Multiple
values passed inside the filter function as AND criteria.
@return [Array<Types::SystemInstanceFilter>]

@!attribute [rw] next_token

The string that specifies the next page of results. Use this when
you're paginating results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

Constants

SENSITIVE