AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
GetDataflowGraphResponse
/
Builder
Builder
class
Builder
Members
Properties
dag
Edges
Link copied to clipboard
var
dagEdges
:
List
<
CodeGenEdge
>
?
A list of the edges in the resulting DAG.
dag
Nodes
Link copied to clipboard
var
dagNodes
:
List
<
CodeGenNode
>
?
A list of the nodes in the resulting DAG.