Class: Aws::Types::GetJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#predecessors_included ⇒ Boolean
Returns the value of attribute predecessors_included.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#job_name ⇒ ::String
Returns the value of attribute job_name.
3760 3761 3762 |
# File 'sig/types.rbs', line 3760 def job_name @job_name end |
#predecessors_included ⇒ Boolean
Returns the value of attribute predecessors_included.
3762 3763 3764 |
# File 'sig/types.rbs', line 3762 def predecessors_included @predecessors_included end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
3761 3762 3763 |
# File 'sig/types.rbs', line 3761 def run_id @run_id end |