Class: Aws::Comprehend::Types::DescribeTargetedSentimentDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeTargetedSentimentDetectionJobRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job. The
StartTargetedSentimentDetectionJob
operation returns this
identifier in its response.
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 |