Class: Aws::IoTThingsGraph::Types::SearchFlowTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::SearchFlowTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
-
#summaries ⇒ Array<Types::FlowTemplateSummary>
An array of objects that contain summary information about each workflow in the result set.
Instance Attribute Details
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1140 class SearchFlowTemplatesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::FlowTemplateSummary>
An array of objects that contain summary information about each workflow in the result set.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1140 class SearchFlowTemplatesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |