Class: Aws::Types::StopKeyPhrasesDetectionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopKeyPhrasesDetectionJobResponse
- 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.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def job_status @job_status end |