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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_detailsTypes::CrawlerNodeDetails

Details of the crawler when the node represents a crawler.



11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
# File 'lib/aws-sdk-glue/types.rb', line 11761

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.



11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
# File 'lib/aws-sdk-glue/types.rb', line 11761

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

#nameString

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



11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
# File 'lib/aws-sdk-glue/types.rb', line 11761

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.



11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
# File 'lib/aws-sdk-glue/types.rb', line 11761

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

#typeString

The type of AWS Glue component represented by the node.



11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
# File 'lib/aws-sdk-glue/types.rb', line 11761

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.



11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
# File 'lib/aws-sdk-glue/types.rb', line 11761

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