Class: Aws::Types::BatchStopJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchStopJobRunRequest
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute job_run_ids.
Instance Attribute Details
#job_name ⇒ ::String
Returns the value of attribute job_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def job_name @job_name end |
#job_run_ids ⇒ ::Array[::String]
Returns the value of attribute job_run_ids.
471 472 473 |
# File 'sig/types.rbs', line 471 def job_run_ids @job_run_ids end |