Class: Aws::Comprehend::Types::ListTargetedSentimentDetectionJobsResponse

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


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_listArray<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