Class: Aws::Comprehend::Types::ListTopicsDetectionJobsResponse

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


6089
6090
6091
6092
6093
6094
# File 'gems/aws-sdk-comprehend/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_listArray<Types::TopicsDetectionJobProperties>

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



6089
6090
6091
6092
6093
6094
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 6089

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