Class: Aws::Types::CancelJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobRunRequest
- 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.
-
#shutdown_grace_period_in_seconds ⇒ ::Integer
Returns the value of attribute shutdown_grace_period_in_seconds.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def application_id @application_id end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def job_run_id @job_run_id end |
#shutdown_grace_period_in_seconds ⇒ ::Integer
Returns the value of attribute shutdown_grace_period_in_seconds.
68 69 70 |
# File 'sig/types.rbs', line 68 def shutdown_grace_period_in_seconds @shutdown_grace_period_in_seconds end |