Class: Aws::Glue::Types::BatchGetWorkflowsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetWorkflowsRequest
 
- 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. 
- 
  
    
      #names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of workflow names, which may be the names returned from the ‘ListWorkflows` operation. 
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include a graph when returning the workflow resource metadata.
| 1343 1344 1345 1346 1347 1348 | # File 'lib/aws-sdk-glue/types.rb', line 1343 class BatchGetWorkflowsRequest < Struct.new( :names, :include_graph) SENSITIVE = [] include Aws::Structure end | 
#names ⇒ Array<String>
A list of workflow names, which may be the names returned from the ‘ListWorkflows` operation.
| 1343 1344 1345 1346 1347 1348 | # File 'lib/aws-sdk-glue/types.rb', line 1343 class BatchGetWorkflowsRequest < Struct.new( :names, :include_graph) SENSITIVE = [] include Aws::Structure end |