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