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

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

Returns:

  • (String)


7990
7991
7992
7993
7994
# File 'lib/aws-sdk-comprehend/types.rb', line 7990

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