Class: Aws::IoTThingsGraph::Types::CreateFlowTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::CreateFlowTemplateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compatible_namespace_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace version in which the workflow is to be created.
 - 
  
    
      #definition  ⇒ Types::DefinitionDocument 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The workflow ‘DefinitionDocument`.
 
Instance Attribute Details
#compatible_namespace_version ⇒ Integer
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
      50 51 52 53 54 55  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 50 class CreateFlowTemplateRequest < Struct.new( :definition, :compatible_namespace_version) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ Types::DefinitionDocument
The workflow ‘DefinitionDocument`.
      50 51 52 53 54 55  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 50 class CreateFlowTemplateRequest < Struct.new( :definition, :compatible_namespace_version) SENSITIVE = [] include Aws::Structure end  |