Class GetScriptDagEdgeResult
Inheritance
System.Object
GetScriptDagEdgeResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetScriptDagEdgeResult
Fields
View SourceSource
The ID of the node at which the edge starts.
Declaration
public readonly string Source
Field Value
| Type | Description |
|---|---|
| System.String |
Target
The ID of the node at which the edge ends.
Declaration
public readonly string Target
Field Value
| Type | Description |
|---|---|
| System.String |
TargetParameter
The target of the edge.
Declaration
public readonly string TargetParameter
Field Value
| Type | Description |
|---|---|
| System.String |