Class: Aws::Comprehend::Types::StopTargetedSentimentDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopTargetedSentimentDetectionJobResponse
- 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 targeted sentiment 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 `StopSentimentDetectionJob` operation.
Instance Attribute Details
#job_id ⇒ String
The identifier of the targeted sentiment detection job to stop.
8062 8063 8064 8065 8066 8067 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8062 class StopTargetedSentimentDetectionJobResponse < 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 `StopSentimentDetectionJob` operation.
8062 8063 8064 8065 8066 8067 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8062 class StopTargetedSentimentDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |