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

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

#entities_detection_job_properties_listArray<Types::EntitiesDetectionJobProperties>

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



5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5640

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)


5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5640

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