class Aws::IoTThingsGraph::Types::SearchFlowTemplatesRequest

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

data as a hash:

    {
      filters: [
        {
          name: "DEVICE_MODEL_ID", # required, accepts DEVICE_MODEL_ID
          value: ["FlowTemplateFilterValue"], # required
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

An array of objects that limit the result set. The only valid filter
is `DEVICE_MODEL_ID`.
@return [Array<Types::FlowTemplateFilter>]

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