Class: Aws::Types::DeleteJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteJobRequest
- 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.
3453 3454 3455 |
# File 'sig/types.rbs', line 3453 def job_category @job_category end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
3452 3453 3454 |
# File 'sig/types.rbs', line 3452 def job_name @job_name end |