Class: Aws::Comprehend::Types::ListKeyPhrasesDetectionJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_phrases_detection_job_properties_listArray<Types::KeyPhrasesDetectionJobProperties>

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



5836
5837
5838
5839
5840
5841
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5836

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


5836
5837
5838
5839
5840
5841
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5836

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