Class: Aws::Glue::Types::BatchGetWorkflowsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetWorkflowsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #missing_workflows  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of names of workflows not found. 
- 
  
    
      #workflows  ⇒ Array<Types::Workflow> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of workflow resource metadata. 
Instance Attribute Details
#missing_workflows ⇒ Array<String>
A list of names of workflows not found.
| 1360 1361 1362 1363 1364 1365 | # File 'lib/aws-sdk-glue/types.rb', line 1360 class BatchGetWorkflowsResponse < Struct.new( :workflows, :missing_workflows) SENSITIVE = [] include Aws::Structure end | 
#workflows ⇒ Array<Types::Workflow>
A list of workflow resource metadata.
| 1360 1361 1362 1363 1364 1365 | # File 'lib/aws-sdk-glue/types.rb', line 1360 class BatchGetWorkflowsResponse < Struct.new( :workflows, :missing_workflows) SENSITIVE = [] include Aws::Structure end |