Class: Aws::Types::StopJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
Instance Attribute Details
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
11138 11139 11140 |
# File 'sig/types.rbs', line 11138 def job_category @job_category end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
11137 11138 11139 |
# File 'sig/types.rbs', line 11137 def job_name @job_name end |