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

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

Returns:

  • (String)


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

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