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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

5956
5957
5958
5959
5960
5961
# File 'lib/aws-sdk-comprehend/types.rb', line 5956

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.


5956
5957
5958
5959
5960
5961
# File 'lib/aws-sdk-comprehend/types.rb', line 5956

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