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.
10734 10735 10736 10737 10738 10739 |
# File 'lib/aws-sdk-glue/types.rb', line 10734 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.
10734 10735 10736 10737 10738 10739 |
# File 'lib/aws-sdk-glue/types.rb', line 10734 class GetDataflowGraphResponse < Struct.new( :dag_nodes, :dag_edges) SENSITIVE = [] include Aws::Structure end |