Class: Aws::Types::DeleteJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteJobRequest
- 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.
304 305 306 |
# File 'sig/types.rbs', line 304 def app_id @app_id end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
305 306 307 |
# File 'sig/types.rbs', line 305 def branch_name @branch_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
306 307 308 |
# File 'sig/types.rbs', line 306 def job_id @job_id end |