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