You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTThingsGraph::Types::DependencyRevision
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTThingsGraph::Types::DependencyRevision
 
- Defined in:
- (unknown)
Overview
An object that contains the ID and revision number of a workflow or system that is part of a deployment.
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the workflow or system. 
- 
  
    
      #revision_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The revision number of the workflow or system. 
Instance Attribute Details
#id ⇒ String
The ID of the workflow or system.
#revision_number ⇒ Integer
The revision number of the workflow or system.