Class: Aws::Comprehend::Types::StopSentimentDetectionJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the sentiment detection job to stop.

Returns:

  • (String)


8031
8032
8033
8034
8035
8036
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8031

class StopSentimentDetectionJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.

Returns:

  • (String)


8031
8032
8033
8034
8035
8036
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8031

class StopSentimentDetectionJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end