Class: Aws::Types::DeleteJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def force @force end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def job_id @job_id end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def namespace_id @namespace_id end |