You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTThingsGraph::Types::GetFlowTemplateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTThingsGraph::Types::GetFlowTemplateRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing GetFlowTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  id: "Urn", # required
  revision_number: 1,
}
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the workflow. 
- 
  
    
      #revision_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of the workflow revision to retrieve. 
Instance Attribute Details
#id ⇒ String
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
#revision_number ⇒ Integer
The number of the workflow revision to retrieve.