You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::Node

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A node represents an AWS Glue component such as a trigger, or job, etc., that is part of a workflow.

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_detailsTypes::CrawlerNodeDetails

Details of the crawler when the node represents a crawler.

Returns:

#job_detailsTypes::JobNodeDetails

Details of the Job when the node represents a Job.

Returns:

#nameString

The name of the AWS Glue component represented by the node.

Returns:

  • (String)

    The name of the AWS Glue component represented by the node.

#trigger_detailsTypes::TriggerNodeDetails

Details of the Trigger when the node represents a Trigger.

Returns:

#typeString

The type of AWS Glue component represented by the node.

Possible values:

  • CRAWLER
  • JOB
  • TRIGGER

Returns:

  • (String)

    The type of AWS Glue component represented by the node.

#unique_idString

The unique Id assigned to the node within the workflow.

Returns:

  • (String)

    The unique Id assigned to the node within the workflow.