Class: Aws::Types::StopJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def app_id @app_id end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
641 642 643 |
# File 'sig/types.rbs', line 641 def branch_name @branch_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def job_id @job_id end |