Class: Aws::Glue::Types::GetJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobRunRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
Name of the job definition being run.
-
#predecessors_included ⇒ Boolean
True if a list of predecessor runs should be returned.
-
#run_id ⇒ String
The ID of the job run.
Instance Attribute Details
#job_name ⇒ String
Name of the job definition being run.
10708 10709 10710 10711 10712 10713 10714 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10708 class GetJobRunRequest < Struct.new( :job_name, :run_id, :predecessors_included) SENSITIVE = [] include Aws::Structure end |
#predecessors_included ⇒ Boolean
True if a list of predecessor runs should be returned.
10708 10709 10710 10711 10712 10713 10714 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10708 class GetJobRunRequest < Struct.new( :job_name, :run_id, :predecessors_included) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The ID of the job run.
10708 10709 10710 10711 10712 10713 10714 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10708 class GetJobRunRequest < Struct.new( :job_name, :run_id, :predecessors_included) SENSITIVE = [] include Aws::Structure end |