Class: Aws::Comprehend::Types::StopKeyPhrasesDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopKeyPhrasesDetectionJobResponse
- 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 key phrases detection job to stop.
-
#job_status ⇒ String
Either
STOP_REQUESTED
if the job is currently running, orSTOPPED
if the job was previously stopped with theStopKeyPhrasesDetectionJob
operation.
Instance Attribute Details
#job_id ⇒ String
The identifier of the key phrases detection job to stop.
7971 7972 7973 7974 7975 7976 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7971 class StopKeyPhrasesDetectionJobResponse < 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
StopKeyPhrasesDetectionJob
operation.
7971 7972 7973 7974 7975 7976 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7971 class StopKeyPhrasesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |