Class: Aws::Comprehend::Types::ListKeyPhrasesDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListKeyPhrasesDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
5887 5888 5889 5890 5891 5892 |
# File '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_token ⇒ String
Identifies the next page of results to return.
5887 5888 5889 5890 5891 5892 |
# File '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 |