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