Class: Aws::Glue::Types::CreateWorkflowResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateWorkflowResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the workflow which was provided as part of the request. 
Instance Attribute Details
#name ⇒ String
The name of the workflow which was provided as part of the request.
| 7165 7166 7167 7168 7169 | # File 'lib/aws-sdk-glue/types.rb', line 7165 class CreateWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |