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.
5914 5915 5916 5917 5918 5919 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5914 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.
5914 5915 5916 5917 5918 5919 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5914 class ListTargetedSentimentDetectionJobsResponse < Struct.new( :targeted_sentiment_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |