Class: Aws::EntityResolution::Types::ListMatchingJobsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::JobSummary>

A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

Returns:



2245
2246
2247
2248
2249
2250
# File 'lib/aws-sdk-entityresolution/types.rb', line 2245

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

#next_tokenString

The pagination token from the previous API call.

Returns:



2245
2246
2247
2248
2249
2250
# File 'lib/aws-sdk-entityresolution/types.rb', line 2245

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