Class: Aws::IoTThingsGraph::Types::SearchFlowExecutionsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::SearchFlowExecutionsResponse
 
 
- 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::FlowExecutionSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects that contain summary information about each workflow execution in the result set.
 
Instance Attribute Details
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
      1101 1102 1103 1104 1105 1106  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1101 class SearchFlowExecutionsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#summaries ⇒ Array<Types::FlowExecutionSummary>
An array of objects that contain summary information about each workflow execution in the result set.
      1101 1102 1103 1104 1105 1106  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1101 class SearchFlowExecutionsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end  |