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.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def job_name @job_name end |
#predecessors_included ⇒ Boolean
Returns the value of attribute predecessors_included.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def predecessors_included @predecessors_included end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def run_id @run_id end |