Class: Aws::Comprehend::Types::DescribeSentimentDetectionJobResponse

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

#sentiment_detection_job_propertiesTypes::SentimentDetectionJobProperties

An object that contains the properties associated with a sentiment detection job.



2267
2268
2269
2270
2271
# File 'lib/aws-sdk-comprehend/types.rb', line 2267

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