Class: Aws::Comprehend::Types::ListTopicsDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListTopicsDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Identifies the next page of results to return.
-
#topics_detection_job_properties_list ⇒ Array<Types::TopicsDetectionJobProperties>
A list containing the properties of each job that is returned.
Instance Attribute Details
#next_token ⇒ String
Identifies the next page of results to return.
6089 6090 6091 6092 6093 6094 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6089 class ListTopicsDetectionJobsResponse < Struct.new( :topics_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#topics_detection_job_properties_list ⇒ Array<Types::TopicsDetectionJobProperties>
A list containing the properties of each job that is returned.
6089 6090 6091 6092 6093 6094 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6089 class ListTopicsDetectionJobsResponse < Struct.new( :topics_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |