Class: Aws::Glue::Types::DeleteWorkflowResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteWorkflowResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the workflow specified in input. 
Instance Attribute Details
#name ⇒ String
Name of the workflow specified in input.
| 9204 9205 9206 9207 9208 | # File 'lib/aws-sdk-glue/types.rb', line 9204 class DeleteWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |