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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A node represents an Glue component (trigger, crawler, or job) on a workflow graph.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_detailsTypes::CrawlerNodeDetails

Details of the crawler when the node represents a crawler.



16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16219

class Node < Struct.new(
  :type,
  :name,
  :unique_id,
  :trigger_details,
  :job_details,
  :crawler_details)
  SENSITIVE = []
  include Aws::Structure
end

#job_detailsTypes::JobNodeDetails

Details of the Job when the node represents a Job.



16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16219

class Node < Struct.new(
  :type,
  :name,
  :unique_id,
  :trigger_details,
  :job_details,
  :crawler_details)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Glue component represented by the node.

Returns:

  • (String)


16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16219

class Node < Struct.new(
  :type,
  :name,
  :unique_id,
  :trigger_details,
  :job_details,
  :crawler_details)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_detailsTypes::TriggerNodeDetails

Details of the Trigger when the node represents a Trigger.



16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16219

class Node < Struct.new(
  :type,
  :name,
  :unique_id,
  :trigger_details,
  :job_details,
  :crawler_details)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of Glue component represented by the node.

Returns:

  • (String)


16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16219

class Node < Struct.new(
  :type,
  :name,
  :unique_id,
  :trigger_details,
  :job_details,
  :crawler_details)
  SENSITIVE = []
  include Aws::Structure
end

#unique_idString

The unique Id assigned to the node within the workflow.

Returns:

  • (String)


16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16219

class Node < Struct.new(
  :type,
  :name,
  :unique_id,
  :trigger_details,
  :job_details,
  :crawler_details)
  SENSITIVE = []
  include Aws::Structure
end