Class: Aws::Comprehend::Types::DescribeTargetedSentimentDetectionJobRequest

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 that Amazon Comprehend generated for the job. The ‘StartTargetedSentimentDetectionJob` operation returns this identifier in its response.

Returns:

  • (String)


2281
2282
2283
2284
2285
# File 'lib/aws-sdk-comprehend/types.rb', line 2281

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