Class: Aws::Types::BatchStopJobRunSuccessfulSubmission
- Inherits:
-
Object
- Object
- Aws::Types::BatchStopJobRunSuccessfulSubmission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
Instance Attribute Details
#job_name ⇒ ::String
Returns the value of attribute job_name.
482 483 484 |
# File 'sig/types.rbs', line 482 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def job_run_id @job_run_id end |