Class: Aws::IoTThingsGraph::Types::SystemTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::SystemTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Overview
An object that contains information about a system.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the system.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the system was created.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the system.
 - 
  
    
      #revision_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The revision number of the system.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the system.
      1462 1463 1464 1465 1466 1467 1468 1469  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1462 class SystemTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date when the system was created.
      1462 1463 1464 1465 1466 1467 1468 1469  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1462 class SystemTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the system.
      1462 1463 1464 1465 1466 1467 1468 1469  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1462 class SystemTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_number ⇒ Integer
The revision number of the system.
      1462 1463 1464 1465 1466 1467 1468 1469  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1462 class SystemTemplateSummary < Struct.new( :id, :arn, :revision_number, :created_at) SENSITIVE = [] include Aws::Structure end  |