Module: Aws::Comprehend::Client::_StartTopicsDetectionJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartTopicsDetectionJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#job_arn ⇒ ::String
1316 |
# File 'sig/client.rbs', line 1316
def job_arn: () -> ::String
|
#job_id ⇒ ::String
1315 |
# File 'sig/client.rbs', line 1315
def job_id: () -> ::String
|
#job_status ⇒ "SUBMITTED", ...
1317 |
# File 'sig/client.rbs', line 1317
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOP_REQUESTED" | "STOPPED")
|