Class: Aws::Glue::Types::JobNodeDetails

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

Overview

The details of a Job node present in the workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runsArray<Types::JobRun>

The information for the job runs represented by the job node.

Returns:



13576
13577
13578
13579
13580
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13576

class JobNodeDetails < Struct.new(
  :job_runs)
  SENSITIVE = []
  include Aws::Structure
end