Class: Aws::Comprehend::Types::DescribeTargetedSentimentDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeTargetedSentimentDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#targeted_sentiment_detection_job_properties ⇒ Types::TargetedSentimentDetectionJobProperties
An object that contains the properties associated with a targeted sentiment detection job.
Instance Attribute Details
#targeted_sentiment_detection_job_properties ⇒ Types::TargetedSentimentDetectionJobProperties
An object that contains the properties associated with a targeted sentiment detection job.
2294 2295 2296 2297 2298 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2294 class DescribeTargetedSentimentDetectionJobResponse < Struct.new( :targeted_sentiment_detection_job_properties) SENSITIVE = [] include Aws::Structure end |