Class: Aws::IoTThingsGraph::Types::SystemTemplateDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::SystemTemplateDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Overview
An object that contains a system’s definition document and summary information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #definition  ⇒ Types::DefinitionDocument 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The definition document of a system.
 - 
  
    
      #summary  ⇒ Types::SystemTemplateSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains summary information about a system.
 - 
  
    
      #validated_namespace_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace version against which the system was validated.
 
Instance Attribute Details
#definition ⇒ Types::DefinitionDocument
The definition document of a system.
      1418 1419 1420 1421 1422 1423 1424  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1418 class SystemTemplateDescription < Struct.new( :summary, :definition, :validated_namespace_version) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ Types::SystemTemplateSummary
An object that contains summary information about a system.
      1418 1419 1420 1421 1422 1423 1424  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1418 class SystemTemplateDescription < Struct.new( :summary, :definition, :validated_namespace_version) SENSITIVE = [] include Aws::Structure end  | 
  
#validated_namespace_version ⇒ Integer
The namespace version against which the system was validated. Use this value in your system instance.
      1418 1419 1420 1421 1422 1423 1424  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1418 class SystemTemplateDescription < Struct.new( :summary, :definition, :validated_namespace_version) SENSITIVE = [] include Aws::Structure end  |