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.



5887
5888
5889
5890
5891
5892
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5887

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)


5887
5888
5889
5890
5891
5892
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5887

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