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