Class: Aws::Transfer::Types::DeleteWorkflowRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DeleteWorkflowRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #workflow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the workflow.
 
Instance Attribute Details
#workflow_id ⇒ String
A unique identifier for the workflow.
      1515 1516 1517 1518 1519  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1515 class DeleteWorkflowRequest < Struct.new( :workflow_id) SENSITIVE = [] include Aws::Structure end  |