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.
10575 10576 10577 10578 10579 10580 |
# File 'lib/aws-sdk-glue/types.rb', line 10575 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.
10575 10576 10577 10578 10579 10580 |
# File 'lib/aws-sdk-glue/types.rb', line 10575 class GetDataflowGraphResponse < Struct.new( :dag_nodes, :dag_edges) SENSITIVE = [] include Aws::Structure end |