Class: Aws::IoTThingsGraph::Types::FlowTemplateDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::FlowTemplateDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Overview
An object that contains a workflow’s definition and summary information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #definition  ⇒ Types::DefinitionDocument 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A workflow’s definition document.
 - 
  
    
      #summary  ⇒ Types::FlowTemplateSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains summary information about a workflow.
 - 
  
    
      #validated_namespace_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the user’s namespace against which the workflow was validated.
 
Instance Attribute Details
#definition ⇒ Types::DefinitionDocument
A workflow’s definition document.
      516 517 518 519 520 521 522  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 516 class FlowTemplateDescription < Struct.new( :summary, :definition, :validated_namespace_version) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ Types::FlowTemplateSummary
An object that contains summary information about a workflow.
      516 517 518 519 520 521 522  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 516 class FlowTemplateDescription < Struct.new( :summary, :definition, :validated_namespace_version) SENSITIVE = [] include Aws::Structure end  | 
  
#validated_namespace_version ⇒ Integer
The version of the user’s namespace against which the workflow was validated. Use this value in your system instance.
      516 517 518 519 520 521 522  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 516 class FlowTemplateDescription < Struct.new( :summary, :definition, :validated_namespace_version) SENSITIVE = [] include Aws::Structure end  |