Class: Aws::Comprehend::Types::StopEntitiesDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopEntitiesDetectionJobResponse
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the entities detection job to stop.
-
#job_status ⇒ String
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopEntitiesDetectionJoboperation.
Instance Attribute Details
#job_id ⇒ String
The identifier of the entities detection job to stop.
7911 7912 7913 7914 7915 7916 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7911 class StopEntitiesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
Either STOP_REQUESTED if the job is currently running, or
STOPPED if the job was previously stopped with the
StopEntitiesDetectionJob operation.
7911 7912 7913 7914 7915 7916 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7911 class StopEntitiesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |