Class: Aws::Comprehend::Types::ListEntitiesDetectionJobsResponse

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

#entities_detection_job_properties_listArray<Types::EntitiesDetectionJobProperties>

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


5523
5524
5525
5526
5527
5528
# File 'lib/aws-sdk-comprehend/types.rb', line 5523

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)

5523
5524
5525
5526
5527
5528
# File 'lib/aws-sdk-comprehend/types.rb', line 5523

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