Class: Aws::Types::StopDominantLanguageDetectionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopDominantLanguageDetectionJobResponse
- 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.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def job_status @job_status end |