Show / Hide Table of Contents

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 Source

Source

The ID of the node at which the edge starts.

Declaration
public readonly string Source
Field Value
Type Description
System.String
View Source

Target

The ID of the node at which the edge ends.

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

TargetParameter

The target of the edge.

Declaration
public readonly string TargetParameter
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.