Class: Aws::Comprehend::Types::DescribeTargetedSentimentDetectionJobResponse

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

#targeted_sentiment_detection_job_propertiesTypes::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