Class: Aws::Glue::Types::GetDataflowGraphResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetDataflowGraphResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dag_edges  ⇒ Array<Types::CodeGenEdge> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the edges in the resulting DAG. 
- 
  
    
      #dag_nodes  ⇒ Array<Types::CodeGenNode> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the nodes in the resulting DAG. 
Instance Attribute Details
#dag_edges ⇒ Array<Types::CodeGenEdge>
A list of the edges in the resulting DAG.
| 12294 12295 12296 12297 12298 12299 | # File 'lib/aws-sdk-glue/types.rb', line 12294 class GetDataflowGraphResponse < Struct.new( :dag_nodes, :dag_edges) SENSITIVE = [] include Aws::Structure end | 
#dag_nodes ⇒ Array<Types::CodeGenNode>
A list of the nodes in the resulting DAG.
| 12294 12295 12296 12297 12298 12299 | # File 'lib/aws-sdk-glue/types.rb', line 12294 class GetDataflowGraphResponse < Struct.new( :dag_nodes, :dag_edges) SENSITIVE = [] include Aws::Structure end |