Class: Aws::Types::CancelJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
502 503 504 |
# File 'sig/types.rbs', line 502 def comment @comment end |
#force ⇒ Boolean
Returns the value of attribute force.
503 504 505 |
# File 'sig/types.rbs', line 503 def force @force end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def job_id @job_id end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
501 502 503 |
# File 'sig/types.rbs', line 501 def reason_code @reason_code end |