Class: Aws::Glue::Types::JobNodeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::JobNodeDetails
- 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
-
#job_runs ⇒ Array<Types::JobRun>
The information for the job runs represented by the job node.
Instance Attribute Details
#job_runs ⇒ Array<Types::JobRun>
The information for the job runs represented by the job node.
17660 17661 17662 17663 17664 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17660 class JobNodeDetails < Struct.new( :job_runs) SENSITIVE = [] include Aws::Structure end |