Class: Aws::IoTThingsGraph::Types::FlowTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::FlowTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Overview
An object that contains summary information about a workflow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the workflow.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the workflow was created.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the workflow.
 - 
  
    
      #revision_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The revision number of the workflow.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the workflow.
      560 561 562 563 564 565 566 567  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 560 class FlowTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date when the workflow was created.
      560 561 562 563 564 565 566 567  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 560 class FlowTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the workflow.
      560 561 562 563 564 565 566 567  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 560 class FlowTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_number ⇒ Integer
The revision number of the workflow.
      560 561 562 563 564 565 566 567  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 560 class FlowTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  |