Class: Aws::IoTThingsGraph::Types::CreateSystemTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::CreateSystemTemplateRequest
 
 
- 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 system is to be created.
 - 
  
    
      #definition  ⇒ Types::DefinitionDocument 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘DefinitionDocument` used to create the system.
 
Instance Attribute Details
#compatible_namespace_version ⇒ Integer
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
      139 140 141 142 143 144  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 139 class CreateSystemTemplateRequest < Struct.new( :definition, :compatible_namespace_version) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ Types::DefinitionDocument
The ‘DefinitionDocument` used to create the system.
      139 140 141 142 143 144  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 139 class CreateSystemTemplateRequest < Struct.new( :definition, :compatible_namespace_version) SENSITIVE = [] include Aws::Structure end  |