You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::SearchFlowTemplatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SearchFlowTemplatesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::FlowTemplateFilter>

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

Returns:

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)

    The maximum number of results to return in the response.

#next_tokenString

The string that specifies the next page of results. Use this when you\'re paginating results.

Returns:

  • (String)

    The string that specifies the next page of results.