Class: Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time of the latest flow execution to return.
 - 
  
    
      #flow_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a flow execution.
 - 
  
    
      #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.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time of the earliest flow execution to return.
 - 
  
    
      #system_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the system instance that contains the flow.
 
Instance Attribute Details
#end_time ⇒ Time
The date and time of the latest flow execution to return.
      1080 1081 1082 1083 1084 1085 1086 1087 1088 1089  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1080 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_execution_id ⇒ String
The ID of a flow execution.
      1080 1081 1082 1083 1084 1085 1086 1087 1088 1089  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1080 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to return in the response.
      1080 1081 1082 1083 1084 1085 1086 1087 1088 1089  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1080 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :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.
      1080 1081 1082 1083 1084 1085 1086 1087 1088 1089  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1080 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The date and time of the earliest flow execution to return.
      1080 1081 1082 1083 1084 1085 1086 1087 1088 1089  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1080 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#system_instance_id ⇒ String
The ID of the system instance that contains the flow.
      1080 1081 1082 1083 1084 1085 1086 1087 1088 1089  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1080 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |