Class: Aws::IoTThingsGraph::Types::DeleteFlowTemplateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTThingsGraph::Types::DeleteFlowTemplateRequest
 
- Defined in:
- gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the workflow to be deleted. 
Instance Attribute Details
#id ⇒ String
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
| 182 183 184 185 186 | # File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 182 class DeleteFlowTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |