Class: Aws::Comprehend::Types::ListEventsDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListEventsDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
5641 5642 5643 5644 5645 5646 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5641 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.
5641 5642 5643 5644 5645 5646 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5641 class ListEventsDetectionJobsResponse < Struct.new( :events_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |