Class GetScriptDagNodeResult
Inheritance
System.Object
GetScriptDagNodeResult
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 GetScriptDagNodeResult
Fields
View SourceArgs
Nested configuration an argument or property of a node. Defined below.
Declaration
public readonly ImmutableArray<GetScriptDagNodeArgResult> Args
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetScriptDagNodeArgResult> |
Id
A node identifier that is unique within the node's graph.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LineNumber
The line number of the node.
Declaration
public readonly int? LineNumber
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
NodeType
The type of node this is.
Declaration
public readonly string NodeType
Field Value
| Type | Description |
|---|---|
| System.String |