class Aws::Glue::Types::Node
A node represents an Glue
component (trigger, crawler, or job) on a workflow graph.
@!attribute [rw] type
The type of Glue component represented by the node. @return [String]
@!attribute [rw] name
The name of the Glue component represented by the node. @return [String]
@!attribute [rw] unique_id
The unique Id assigned to the node within the workflow. @return [String]
@!attribute [rw] trigger_details
Details of the Trigger when the node represents a Trigger. @return [Types::TriggerNodeDetails]
@!attribute [rw] job_details
Details of the Job when the node represents a Job. @return [Types::JobNodeDetails]
@!attribute [rw] crawler_details
Details of the crawler when the node represents a crawler. @return [Types::CrawlerNodeDetails]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Node AWS API Documentation
Constants
- SENSITIVE