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.
14542 14543 14544 14545 14546 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14542 class JobNodeDetails < Struct.new( :job_runs) SENSITIVE = [] include Aws::Structure end |