class Aws::IoTThingsGraph::Types::SearchSystemTemplatesRequest
@note When making an API call, you may pass SearchSystemTemplatesRequest
data as a hash: { filters: [ { name: "FLOW_TEMPLATE_ID", # required, accepts FLOW_TEMPLATE_ID value: ["SystemTemplateFilterValue"], # required }, ], next_token: "NextToken", max_results: 1, }
@!attribute [rw] filters
An array of filters that limit the result set. The only valid filter is `FLOW_TEMPLATE_ID`. @return [Array<Types::SystemTemplateFilter>]
@!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