Class: Aws::Comprehend::Types::ListKeyPhrasesDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListKeyPhrasesDetectionJobsResponse
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_phrases_detection_job_properties_list ⇒ Array<Types::KeyPhrasesDetectionJobProperties>
A list containing the properties of each job that is returned.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#key_phrases_detection_job_properties_list ⇒ Array<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_token ⇒ String
Identifies the next page of results to return.
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 |