Class: Aws::IoTThingsGraph::Types::FlowExecutionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::FlowExecutionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Overview
An object that contains summary information about a flow execution.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the flow execution summary was created.
 - 
  
    
      #flow_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the flow execution.
 - 
  
    
      #flow_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the flow.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the flow execution.
 - 
  
    
      #system_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the system instance that contains the flow.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the flow execution summary was last updated.
 
Instance Attribute Details
#created_at ⇒ Time
The date and time when the flow execution summary was created.
      489 490 491 492 493 494 495 496 497 498  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 489 class FlowExecutionSummary < Struct.new( :flow_execution_id, :status, :system_instance_id, :flow_template_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_execution_id ⇒ String
The ID of the flow execution.
      489 490 491 492 493 494 495 496 497 498  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 489 class FlowExecutionSummary < Struct.new( :flow_execution_id, :status, :system_instance_id, :flow_template_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_template_id ⇒ String
The ID of the flow.
      489 490 491 492 493 494 495 496 497 498  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 489 class FlowExecutionSummary < Struct.new( :flow_execution_id, :status, :system_instance_id, :flow_template_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The current status of the flow execution.
      489 490 491 492 493 494 495 496 497 498  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 489 class FlowExecutionSummary < Struct.new( :flow_execution_id, :status, :system_instance_id, :flow_template_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#system_instance_id ⇒ String
The ID of the system instance that contains the flow.
      489 490 491 492 493 494 495 496 497 498  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 489 class FlowExecutionSummary < Struct.new( :flow_execution_id, :status, :system_instance_id, :flow_template_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The date and time when the flow execution summary was last updated.
      489 490 491 492 493 494 495 496 497 498  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 489 class FlowExecutionSummary < Struct.new( :flow_execution_id, :status, :system_instance_id, :flow_template_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  |