Class: Aws::Comprehend::Types::StopTargetedSentimentDetectionJobRequest

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 targeted sentiment detection job to stop.

Returns:

  • (String)


8044
8045
8046
8047
8048
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8044

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