Class: Aws::Glue::Types::GetWorkflowRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetWorkflowRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #include_graph  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether to include a graph when returning the workflow resource metadata. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the workflow to retrieve. 
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include a graph when returning the workflow resource metadata.
| 14844 14845 14846 14847 14848 14849 | # File 'lib/aws-sdk-glue/types.rb', line 14844 class GetWorkflowRequest < Struct.new( :name, :include_graph) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the workflow to retrieve.
| 14844 14845 14846 14847 14848 14849 | # File 'lib/aws-sdk-glue/types.rb', line 14844 class GetWorkflowRequest < Struct.new( :name, :include_graph) SENSITIVE = [] include Aws::Structure end |