Class: Aws::Types::StopTextTranslationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopTextTranslationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
310 311 312 |
# File 'sig/types.rbs', line 310 def job_status @job_status end |