Show / Hide Table of Contents

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 Source

Args

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>
View Source

Id

A node identifier that is unique within the node's graph.

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

LineNumber

The line number of the node.

Declaration
public readonly int? LineNumber
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NodeType

The type of node this is.

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