Class: Aws::Comprehend::Types::DescribeSentimentDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeSentimentDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sentiment_detection_job_properties ⇒ Types::SentimentDetectionJobProperties
An object that contains the properties associated with a sentiment detection job.
Instance Attribute Details
#sentiment_detection_job_properties ⇒ Types::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 |