Class: Aws::EntityResolution::Types::ListIdMappingJobsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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.

Returns:



1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1790

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1790

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