Class: Aws::Comprehend::Types::ListSentimentDetectionJobsResponse

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)


5970
5971
5972
5973
5974
5975
# File 'lib/aws-sdk-comprehend/types.rb', line 5970

class ListSentimentDetectionJobsResponse < Struct.new(
  :sentiment_detection_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sentiment_detection_job_properties_listArray<Types::SentimentDetectionJobProperties>

A list containing the properties of each job that is returned.



5970
5971
5972
5973
5974
5975
# File 'lib/aws-sdk-comprehend/types.rb', line 5970

class ListSentimentDetectionJobsResponse < Struct.new(
  :sentiment_detection_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end