Class: Aws::IoTThingsGraph::Types::SearchSystemTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::SearchSystemTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SystemTemplateFilter>
An array of filters that limit the result set.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
The string that specifies the next page of results.
Instance Attribute Details
#filters ⇒ Array<Types::SystemTemplateFilter>
An array of filters that limit the result set. The only valid filter is ‘FLOW_TEMPLATE_ID`.
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1203 class SearchSystemTemplatesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1203 class SearchSystemTemplatesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results. Use this when you’re paginating results.
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1203 class SearchSystemTemplatesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |