Class: Aws::Types::DeleteJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
-
#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.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def execution_number @execution_number end |
#force ⇒ Boolean
Returns the value of attribute force.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def force @force end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def job_id @job_id end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def namespace_id @namespace_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def thing_name @thing_name end |