Class: Aws::Comprehend::Types::ListEventsDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListEventsDetectionJobsResponse
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events_detection_job_properties_list ⇒ Array<Types::EventsDetectionJobProperties>
A list containing the properties of each job that is returned.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#events_detection_job_properties_list ⇒ Array<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_token ⇒ String
Identifies the next page of results to return.
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 |