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

Class: Aws::IoTThingsGraph::Types::SearchSystemTemplatesRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::SystemTemplateFilter>

An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_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.