Node
public struct Node : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Details of the crawler when the node represents a crawler.
Declaration
Swift
public let crawlerDetails: CrawlerNodeDetails?
-
Details of the Job when the node represents a Job.
Declaration
Swift
public let jobDetails: JobNodeDetails?
-
The name of the AWS Glue component represented by the node.
Declaration
Swift
public let name: String?
-
Details of the Trigger when the node represents a Trigger.
Declaration
Swift
public let triggerDetails: TriggerNodeDetails?
-
The type of AWS Glue component represented by the node.
Declaration
Swift
public let type: NodeType?
-
The unique Id assigned to the node within the workflow.
Declaration
Swift
public let uniqueId: String?
-
Undocumented
Declaration
Swift
public init(crawlerDetails: CrawlerNodeDetails? = nil, jobDetails: JobNodeDetails? = nil, name: String? = nil, triggerDetails: TriggerNodeDetails? = nil, type: NodeType? = nil, uniqueId: String? = nil)