Class: Aws::Comprehend::Types::ListTargetedSentimentDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListTargetedSentimentDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Identifies the next page of results to return.
-
#targeted_sentiment_detection_job_properties_list ⇒ Array<Types::TargetedSentimentDetectionJobProperties>
A list containing the properties of each job that is returned.
Instance Attribute Details
#next_token ⇒ String
Identifies the next page of results to return.
6047 6048 6049 6050 6051 6052 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6047 class ListTargetedSentimentDetectionJobsResponse < Struct.new( :targeted_sentiment_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#targeted_sentiment_detection_job_properties_list ⇒ Array<Types::TargetedSentimentDetectionJobProperties>
A list containing the properties of each job that is returned.
6047 6048 6049 6050 6051 6052 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6047 class ListTargetedSentimentDetectionJobsResponse < Struct.new( :targeted_sentiment_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |