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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



10033
10034
10035
10036
10037
10038
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10033

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:



10033
10034
10035
10036
10037
10038
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10033

class GetDataflowGraphResponse < Struct.new(
  :dag_nodes,
  :dag_edges)
  SENSITIVE = []
  include Aws::Structure
end