Class: Aws::Types::CancelJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
494 495 496 |
# File 'sig/types.rbs', line 494 def expected_version @expected_version end |
#force ⇒ Boolean
Returns the value of attribute force.
493 494 495 |
# File 'sig/types.rbs', line 493 def force @force end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def job_id @job_id end |
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
495 496 497 |
# File 'sig/types.rbs', line 495 def status_details @status_details end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
492 493 494 |
# File 'sig/types.rbs', line 492 def thing_name @thing_name end |