Class: Aws::Comprehend::Types::ListEventsDetectionJobsResponse

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

#events_detection_job_properties_listArray<Types::EventsDetectionJobProperties>

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



5758
5759
5760
5761
5762
5763
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5758

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


5758
5759
5760
5761
5762
5763
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5758

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