Class: Aws::EntityResolution::Types::ListMatchingJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListMatchingJobsOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobSummary>
A list of
JobSummary
objects, each of which contain the ID, status, start time, and end time of a job. -
#next_token ⇒ String
The pagination token from the previous API call.
Instance Attribute Details
#jobs ⇒ Array<Types::JobSummary>
A list of JobSummary
objects, each of which contain the ID,
status, start time, and end time of a job.
2004 2005 2006 2007 2008 2009 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2004 class ListMatchingJobsOutput < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
2004 2005 2006 2007 2008 2009 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2004 class ListMatchingJobsOutput < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |