Class: Aws::Comprehend::Types::StopSentimentDetectionJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8013
8014
8015
8016
8017
# File 'lib/aws-sdk-comprehend/types.rb', line 8013

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