Class: Aws::Glue::Types::GetDataflowGraphResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dag_edgesArray<Types::CodeGenEdge>

A list of the edges in the resulting DAG.

Returns:



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_nodesArray<Types::CodeGenNode>

A list of the nodes in the resulting DAG.

Returns:



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