Class: Aws::Types::CancelJobRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def application_id @application_id end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def job_run_id @job_run_id end |